mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Update comparison.md (#1248)
This commit is contained in:
parent
bf5d4be360
commit
e85673f6e1
@ -281,7 +281,7 @@ There are two major differences between Zustand and Jotai. The first one is
|
||||
Zustand is a single store, while Jotai consists of primitive atoms and allows
|
||||
composing them together. The last one is Zustand store is global in memory, but
|
||||
Jotai atoms are not (are definitions that do not hold values) and that's why
|
||||
you can use it outside React.
|
||||
you can not use it outside React.
|
||||
|
||||
```ts
|
||||
import create from 'zustand'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user