mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
fix(docs): fix link for Common Recipes (#988)
This commit is contained in:
parent
89c35772cf
commit
197e5d4199
@ -51,7 +51,7 @@ If you're not passing any type parameters to `create` then there is no migration
|
||||
|
||||
### Migration
|
||||
|
||||
If you're using `StateCreator` you're likely authoring a middleware or using the "slices" pattern, for that check the TypeScript Guide's ["Authoring middlewares and advanced usage"](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#authoring-middlewares-and-advanced-usage) and ["Common recipes"](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#authoring-middlewares-and-advanced-usage) sections.
|
||||
If you're using `StateCreator` you're likely authoring a middleware or using the "slices" pattern, for that check the TypeScript Guide's ["Authoring middlewares and advanced usage"](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#authoring-middlewares-and-advanced-usage) and ["Common recipes"](https://github.com/pmndrs/zustand/blob/main/docs/typescript.md#common-recipes) sections.
|
||||
|
||||
## `PartialState` (from `zustand` and `zustand/vanilla`)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user