diff --git a/README.md b/README.md index d80111ab..ae486a95 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ How do we solve this ? Developers love having framework overview by examples. It
- Svelte + Svelte 4 - [x] Reactivity @@ -423,7 +423,7 @@ How do we solve this ? Developers love having framework overview by examples. It Qwik - + - [x] Reactivity - [x] Declare state @@ -450,8 +450,8 @@ How do we solve this ? Developers love having framework overview by examples. It - [x] Checkbox - [x] Radio - [x] Select -- [ ] Webapp features - - [ ] Render app +- [x] Webapp features + - [x] Render app - [x] Fetch data - [x] Router link - [x] Routing @@ -530,6 +530,43 @@ How do we solve this ? Developers love having framework overview by examples. It - [x] Router link - [x] Routing +
+ + + Svelte 5 (preview) + + +- [x] Reactivity + - [x] Declare state + - [x] Update state + - [x] Computed state +- [x] Templating + - [x] Minimal template + - [x] Styling + - [x] Loop + - [x] Event click + - [x] Dom ref + - [x] Conditional +- [x] Lifecycle + - [x] On mount + - [x] On unmount +- [x] Component composition + - [x] Props + - [x] Emit to parent + - [x] Slot + - [x] Slot fallback + - [x] Context +- [x] Form input + - [x] Input text + - [x] Checkbox + - [x] Radio + - [x] Select +- [x] Webapp features + - [x] Render app + - [x] Fetch data + - [x] Router link + - [x] Routing +
diff --git a/content/2-templating/3-loop/vue2/Colors.vue b/content/2-templating/3-loop/vue2/Colors.vue index 193cbe2c..cdcf9165 100644 --- a/content/2-templating/3-loop/vue2/Colors.vue +++ b/content/2-templating/3-loop/vue2/Colors.vue @@ -10,10 +10,7 @@ export default {