Fix slices-pattern.md link on flux-inspired-practice.md (#1962)

This commit is contained in:
Tiago Bento 2023-07-27 20:39:58 -04:00 committed by GitHub
parent 43791eb8dc
commit 6d9c0cff0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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