docs/reference/integrations/third-party-libraries.md
Zustand provides bear necessities for state management. Although it is great for most projects, some users wish to extend the library's feature set. This can be done using third-party libraries created by the community.
Disclaimer: These libraries may have bugs, limited maintenance, or other limitations, and are not officially recommended by pmndrs or the Zustand maintainers. This list aims to provide a good starting point for someone looking to extend Zustand's feature set.
get propertyName() and they automatically trigger subscription updates when accessed.setState functions (framework agnostic, doesn't require React).createContext replacement, a devtools wrapper, and a store-updater factory function.