mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
🐛 FIX: Correct an outdated comparison between Jotai and Zustand (#2634)
Co-authored-by: systematicRealm <119763173+systematicRealm@users.noreply.github.com>
This commit is contained in:
parent
f8403fc579
commit
cde0bda94b
@ -308,12 +308,9 @@ const Component = () => {
|
||||
|
||||
### State Model (vs Jotai)
|
||||
|
||||
There are two major differences between Zustand and Jotai.
|
||||
Firstly, Zustand is a single store,
|
||||
while Jotai consists of primitive atoms
|
||||
that can be composed together.
|
||||
Secondly, a Zustand store is an external store,
|
||||
making it more suitable when access outside of React is required.
|
||||
There is one major difference between Zustand and Jotai.
|
||||
Zustand is a single store,
|
||||
while Jotai consists of primitive atoms that can be composed together.
|
||||
|
||||
**Zustand**
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user