Skip to content

Commit

Permalink
docs: add zustand-context to third party libs (#2525)
Browse files Browse the repository at this point in the history
* docs: add zustand-context to third party libs

* docs: typo

* docs: sort alphabetically
  • Loading branch information
fredericoo authored May 1, 2024
1 parent b66ccd5 commit e74fdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/integrations/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ This can be done using third-party libraries created by the community.
- [zundo](https://github.com/charkour/zundo) β€” 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps.
- [zukeeper](https://github.com/oslabs-beta/Zukeeper) - Native devtools with state and action tracking, diffing, tree display, and time travel
- [zustand-ards](https://github.com/ivoilic/zustand-ards) - πŸ’ Simple opinionated utilities for example alternative selector formats and default shallow hooks
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) β€” Context-based state management based on Zustand and taking ideas from Constate.
- [zustand-computed](https://github.com/chrisvander/zustand-computed) β€” A Zustand middleware to create computed states.
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) β€” Context-based state management based on Zustand and taking ideas from Constate.
- [zustand-context](https://github.com/fredericoo/zustand-context) β€” Create a zustand store in React Context, containing an initial value, or use it in your components with isolated, mockable instances.
- [zustand-di](https://github.com/charkour/zustand-di) - use react props to init zustand stores
- [zustand-forms](https://github.com/Conduct/zustand-forms) β€” Fast, type safe form states as Zustand stores.
- [zustand-middleware-computed-state](https://github.com/cmlarsen/zustand-middleware-computed-state) β€” A dead simple middleware for adding computed state to Zustand.
Expand Down

0 comments on commit e74fdc8

Please sign in to comment.