mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
parent
faaed15364
commit
7bce12e91b
@ -16,7 +16,7 @@ differences and similarities between each.
|
||||
### State Model
|
||||
|
||||
There are no big differences between Zustand and Redux. Both are based on
|
||||
immutable state model. Also, Redux needs to wrap you app in context providers.
|
||||
immutable state model. Also, Redux needs to wrap your app in context providers.
|
||||
|
||||
```ts
|
||||
import create from 'zustand'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user