From 3c03e40f93e20eb28ab50fc84a7e64af92bf63c5 Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:23:10 -0500 Subject: [PATCH] Add zustand-di (#1532) Add zustand-di third-party package in anticipation of `createContext` from `zustand/context` being removed in v5 of zustand. --- 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 31fffd69..a01c0c43 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -30,6 +30,7 @@ This can be done using third-party libraries created by the community. - [zundo](https://github.com/charkour/zundo) — 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps. - [zustand-constate](https://github.com/ntvinhit/zustand-constate) — Context-based state management based on Zustand and taking ideas from Constate. - [zustand-computed](https://github.com/chrisvander/zustand-computed) — A Zustand middleware to create computed states. +- [zustand-di](https://github.com/charkour/zustand-di) - use react props to init zustand stores - [zustand-forms](https://github.com/Conduct/zustand-forms) — Fast, type safe form states as Zustand stores. - [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.