release notes
release notes
Published 5/4/2023
PatchContains breaking changesFor persist middleware, a new option for createJSONStorage in introduced to support more cases. Note that createJSONStorage isn't a required function (and it's not very recommended as it's not type safe), and one should create a custom storage for more use cases.
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.7...v4.3.8
release notes
Published 5/4/2023
PatchContains breaking changesFor persist middleware, a new option for createJSONStorage in introduced to support more cases. Note that createJSONStorage isn't a required function (and it's not very recommended as it's not type safe), and one should create a custom storage for more use cases.
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.7...v4.3.8
🐻 Bear necessities for state management in React