Update 3rd-party-libraries.md (#1426)

Adds my zustand-computed library, which is updated to match the latest API version and supports the proper typing like detailed in your examples.
This commit is contained in:
Christian van der Loo 2022-11-12 01:09:16 -05:00 committed by GitHub
parent 975185011e
commit d81ac58b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ Zustand provides bear necessities for state management which is great for most p
- [zoov](https://github.com/InfiniteXyy/zoov) - Use 🐻 Zustand with Module-like api
- [zundo](https://github.com/charkour/zundo) - 🍜 enable time-travel in your apps. undo/redo middleware for zustand
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) - Context based state management that use the power of both zustand and constate, and remove many cons of them
- [zustand-computed](https://github.com/chrisvander/zustand-computed) - A Zustand middleware to create computed states.
- [zustand-forms](https://github.com/Conduct/zustand-forms) - fast typesafe form states as zustand stores
- [zustand-middleware-computed-state](https://github.com/cmlarsen/zustand-middleware-computed-state) - This is a dead simple middleware for adding computed state to state management library Zustand.
- [zustand-middleware-xstate](https://github.com/biowaffeln/zustand-middleware-xstate) - This middleware allows you to easily put your xstate state machines into a global zustand store.