mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: fix the link to slices pattern (#1095)
This commit is contained in:
parent
28e9614b78
commit
1449732ad9
@ -16,7 +16,7 @@ const useStore = create((set) => ({
|
||||
}))
|
||||
```
|
||||
|
||||
See [Splitting the store into separate slices](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#interdependent-slices-pattern) for how to define a store with separate slices.
|
||||
See [Splitting the store into separate slices](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#slices-pattern) for how to define a store with separate slices.
|
||||
|
||||
## Flux like patterns / "Dispatching" actions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user