Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 18, 2024
1 parent a6c3dd8 commit 253ba3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ export const useCountStore = create<State & Actions>()(
);
```


### Mutative Options

- [Strict mode](https://mutative.js.org/docs/advanced-guides/strict-mode)
- [Auto Freeze](https://mutative.js.org/docs/advanced-guides/auto-freeze)
- [Marking data structure](https://mutative.js.org/docs/advanced-guides/mark)


## Credits
`zustand-mutative` is inspired by `zustand/middleware/immer`.

Expand Down

0 comments on commit 253ba3a

Please sign in to comment.