Skip to content

Commit efd82a8

Browse files
committed
update doc
1 parent 41294be commit efd82a8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ Currently, the non minified bundle size is `4938 bytes` and is around `~1.2kb` g
1717
- `reaction`: react to specific changes
1818
- `computed`: cache computed values
1919

20-
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.
21-
22-
## Why Yet Another State Manager
23-
24-
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.
20+
Also, an opinionated approach for tracking nested dependencies with `track/untrack` functions is added. <br>
21+
If an observable wants to get notified by another one, these functions can be used.
2522

2623
## How to Use
2724

0 commit comments

Comments
 (0)