pmndrs/zustand
pmndrs/zustand
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 3/31/2023
PatchSafe upgradeThis includes a couple of improvements in persist middleware.
persist does not drop updates in onRehydrateStorage when using a synchronous storage API by @coffeebeats in https://github.com/pmndrs/zustand/pull/1689onRehydrateStorage and onHydrate is defined on first hydration by @coffeebeats in https://github.com/pmndrs/zustand/pull/1692Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.6...v4.3.7
release notes
Published 3/31/2023
PatchSafe upgradeThis includes a couple of improvements in persist middleware.
persist does not drop updates in onRehydrateStorage when using a synchronous storage API by @coffeebeats in https://github.com/pmndrs/zustand/pull/1689onRehydrateStorage and onHydrate is defined on first hydration by @coffeebeats in https://github.com/pmndrs/zustand/pull/1692Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.6...v4.3.7
🐻 Bear necessities for state management in React