Skip to content

Commit

Permalink
remove wrong statement about zustand
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 29, 2024
1 parent f6b5b9f commit f7996de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ Its implementation is not type safe and the return value is not intuitive. It's
The typescript support is not good enough, the API is not intuitive. `stalo` is more like `useState` which aligns with the react API style. Check the [comparison](https://github.com/ysmood/stalo/issues/1). Zustand [Slices Pattern](https://zustand.docs.pmnd.rs/guides/slices-pattern) can cause naming conflict issues.
`stalo` can naturally scale states by modules and files.
The setter of zustand must be called within a react component, while the setter of `stalo` can be called anywhere.

0 comments on commit f7996de

Please sign in to comment.