mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Update readme.md
This commit is contained in:
parent
e6a9d4055c
commit
b56ae712a9
@ -525,7 +525,7 @@ const Component = () => {
|
||||
```
|
||||
</details>
|
||||
|
||||
## TypeScript
|
||||
## Typing your store and `combine` middleware
|
||||
|
||||
```tsx
|
||||
// You can use `type`
|
||||
@ -562,9 +562,9 @@ const useStore = create(
|
||||
|
||||
## Best practices
|
||||
|
||||
* You may wonder how to organize your code for better maintenance : [Splitting the store into seperate slices](https://github.com/pmndrs/zustand/wiki/Splitting-the-store-into-separate-slices).
|
||||
* You may wonder how to organize your code for better maintenance: [Splitting the store into seperate slices](https://github.com/pmndrs/zustand/wiki/Splitting-the-store-into-separate-slices).
|
||||
|
||||
* Recommended usage for this unopinionated library : [Flux inspired practice](https://github.com/pmndrs/zustand/wiki/Flux-inspired-practice).
|
||||
* Recommended usage for this unopinionated library: [Flux inspired practice](https://github.com/pmndrs/zustand/wiki/Flux-inspired-practice).
|
||||
|
||||
## Testing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user