Skip to content

Commit b1648f7

Browse files
authored
doc: added zustand-computed-state to external libraries (#2598)
1 parent 7c15601 commit b1648f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Ždocs/integrations/third-party-libraries.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This can be done using third-party libraries created by the community.
3939
- [zukeeper](https://github.com/oslabs-beta/Zukeeper) - Native devtools with state and action tracking, diffing, tree display, and time travel
4040
- [zustand-ards](https://github.com/ivoilic/zustand-ards) - πŸ’ Simple opinionated utilities for example alternative selector formats and default shallow hooks
4141
- [zustand-computed](https://github.com/chrisvander/zustand-computed) β€” A Zustand middleware to create computed states.
42+
- [zustand-computed-state](https://github.com/yasintz/zustand-computed-state) β€” Simple middleware to add computed states.
4243
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) β€” Context-based state management based on Zustand and taking ideas from Constate.
4344
- [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.
4445
- [zustand-di](https://github.com/charkour/zustand-di) - use react props to init zustand stores

0 commit comments

Comments
Β (0)