From b720884e955cf30cde3d9371221ae0be4115712b Mon Sep 17 00:00:00 2001 From: Gabriel Saunders Date: Fri, 14 Feb 2025 20:05:47 -0700 Subject: [PATCH] docs: added zustand-multi-persist to 3rd party --- docs/integrations/third-party-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/third-party-libraries.md b/docs/integrations/third-party-libraries.md index 68476e749d..bb1d1cc3b3 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -54,6 +54,7 @@ This can be done using third-party libraries created by the community. - [zustand-middleware-computed-state](https://github.com/cmlarsen/zustand-middleware-computed-state) — A dead simple middleware for adding computed state to Zustand. - [zustand-middleware-xstate](https://github.com/biowaffeln/zustand-middleware-xstate) — A middleware for putting XState state machines into a global Zustand store. - [zustand-middleware-yjs](https://github.com/joebobmiles/zustand-middleware-yjs) — A middleware for synchronizing Zustand stores with Yjs. +- [zustand-multi-persist](https://github.com/mooalot/zustand-multi-persist) — A middleware for persisting and rehydrating state to multiple storage engines. - [zustand-persist](https://github.com/roadmanfong/zustand-persist) — A middleware for persisting and rehydrating state. - [zustand-pub](https://github.com/AwesomeDevin/zustand-pub) — Cross-Application/Cross-Framework State Management And Sharing based on zustand and zustand-vue for React/Vue. - [zustand-querystring](https://github.com/nitedani/zustand-querystring) — A Zustand middleware that syncs the store with the querystring.