From b277cc58a008764770501a8312e3137d6b302fd2 Mon Sep 17 00:00:00 2001 From: Mathieu Schimmerling Date: Fri, 25 Oct 2024 18:15:49 +0200 Subject: [PATCH] docs: update readme frameworks progress --- README.md | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca90a28d..6b9a4e8a 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ How do we solve this ? Developers love having framework overview by examples. It Angular - + * [x] Reactivity * [x] Declare state @@ -140,12 +140,12 @@ How do we solve this ? Developers love having framework overview by examples. It * [x] Lifecycle * [x] On mount * [x] On unmount -* [ ] Component composition +* [x] Component composition * [x] Props * [x] Emit to parent * [x] Slot * [x] Slot fallback - * [ ] Context + * [x] Context * [x] Form input * [x] Input text * [x] Checkbox @@ -155,6 +155,42 @@ How do we solve this ? Developers love having framework overview by examples. It * [x] Render app * [x] Fetch data + +
+ + + Angular Renaissance + + + * [ ] Reactivity + * [ ] Declare state + * [ ] Update state + * [ ] Computed state +* [ ] Templating + * [ ] Minimal template + * [ ] Styling + * [ ] Loop + * [ ] Event click + * [ ] Dom ref + * [ ] Conditional +* [ ] Lifecycle + * [ ] On mount + * [ ] On unmount +* [ ] Component composition + * [ ] Props + * [ ] Emit to parent + * [ ] Slot + * [ ] Slot fallback + * [ ] Context +* [ ] Form input + * [ ] Input text + * [ ] Checkbox + * [ ] Radio + * [ ] Select +* [ ] Webapp features + * [ ] Render app + * [ ] Fetch data +