mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Fix slices-pattern.md link on flux-inspired-practice.md (#1962)
This commit is contained in:
parent
43791eb8dc
commit
6d9c0cff0d
@ -17,7 +17,7 @@ so some terminology may not perfectly align to other libraries.
|
||||
|
||||
Your applications global state should be located in a single Zustand store.
|
||||
|
||||
If you have a large application, Zustand supports [splitting the store into slices](./slices-pattern).
|
||||
If you have a large application, Zustand supports [splitting the store into slices](./slices-pattern.md).
|
||||
|
||||
### Use `set` / `setState` to update the store
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user