Skip to content

Commit

Permalink
docs: update readme frameworks progress
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Oct 25, 2024
1 parent a76abdd commit b277cc5
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ How do we solve this ? Developers love having framework overview by examples. It
<summary>
<img width="18" height="18" src="public/framework/angular.svg" />
<b>Angular</b>
<img src="https://us-central1-progress-markdown.cloudfunctions.net/progress/96" />
<img src="https://us-central1-progress-markdown.cloudfunctions.net/progress/100" />
</summary>
* [x] Reactivity
* [x] Declare state
Expand All @@ -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
Expand All @@ -155,6 +155,42 @@ How do we solve this ? Developers love having framework overview by examples. It
* [x] Render app
* [x] Fetch data

</details>
<details>
<summary>
<img width="18" height="18" src="public/framework/angular-renaissance.svg" />
<b>Angular Renaissance</b>
<img src="https://us-central1-progress-markdown.cloudfunctions.net/progress/0" />
</summary>
* [ ] 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

</details>
<details>
<summary>
Expand Down

0 comments on commit b277cc5

Please sign in to comment.