Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Nov 15, 2024
1 parent 41294be commit efd82a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ Currently, the non minified bundle size is `4938 bytes` and is around `~1.2kb` g
- `reaction`: react to specific changes
- `computed`: cache computed values

Also, an opinionated approach for tracking nested dependencies with `track/untrack` functions is added. If an observable wants to get notified by another one, these functions can be used.

## Why Yet Another State Manager

Libraries like Redux, Zustand, and Nanostores treat the state as a typeless object and require updating to the next version of the state manually. This results in verbose code with application logic scattered around in various functions, making it hard to understand.
Also, an opinionated approach for tracking nested dependencies with `track/untrack` functions is added. <br>
If an observable wants to get notified by another one, these functions can be used.

## How to Use

Expand Down

0 comments on commit efd82a8

Please sign in to comment.