From 5e76757454e78dcb0752a7c51f53c42cd3680fb3 Mon Sep 17 00:00:00 2001 From: Jaekook Brian Lee <107831698+JaeBrian@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:41:14 -0800 Subject: [PATCH 1/3] Update third-party-libraries.md Adding zustand dev tool made by oslabs to the third party libraries. --- 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 d325b4794b..f3f2328325 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -14,6 +14,7 @@ This can be done using third-party libraries created by the community. > This list aims to provide a good starting point > for someone looking to extend Zustand's feature set. +- [zusty](https://github.com/oslabs-beta/Zusty) - Zustand tool to assist debugging with time travel, action logs, state snapshots, store view, render time metrics and state component tree. - [@colorfy-software/zfy](https://colorfy-software.gitbook.io/zfy/) — 🧸 Useful helpers for state management in React with Zustand. - [@dhmk/zustand-lens](https://github.com/dhmk083/dhmk-zustand-lens) — Lens support for Zustand. - [@liveblocks/zustand](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-zustand) — Liveblocks middleware to make your application multiplayer. From 9764fe34adb931f1b874c36070c9edd7bfb7391f Mon Sep 17 00:00:00 2001 From: Jaekook Brian Lee <107831698+JaeBrian@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:02:06 -0800 Subject: [PATCH 2/3] Update third-party-libraries.md changed to alphabetical order --- docs/integrations/third-party-libraries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/third-party-libraries.md b/docs/integrations/third-party-libraries.md index f3f2328325..39164f89bd 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -14,7 +14,7 @@ This can be done using third-party libraries created by the community. > This list aims to provide a good starting point > for someone looking to extend Zustand's feature set. -- [zusty](https://github.com/oslabs-beta/Zusty) - Zustand tool to assist debugging with time travel, action logs, state snapshots, store view, render time metrics and state component tree. + - [@colorfy-software/zfy](https://colorfy-software.gitbook.io/zfy/) — 🧸 Useful helpers for state management in React with Zustand. - [@dhmk/zustand-lens](https://github.com/dhmk083/dhmk-zustand-lens) — Lens support for Zustand. - [@liveblocks/zustand](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-zustand) — Liveblocks middleware to make your application multiplayer. @@ -53,3 +53,4 @@ This can be done using third-party libraries created by the community. - [zustand-yjs](https://github.com/tandem-pt/zustand-yjs) — Zustand stores for Yjs structures. - [zusteller](https://github.com/timkindberg/zusteller) — Your global state savior. "Just hooks" + Zustand. - [zustood](https://github.com/udecode/zustood) — 🐻‍❄️ A modular store factory using Zustand. +- [zusty](https://github.com/oslabs-beta/Zusty) - Zustand tool to assist debugging with time travel, action logs, state snapshots, store view, render time metrics and state component tree. From 4e314ddc0dda062b0cd410005a3517751c80819d Mon Sep 17 00:00:00 2001 From: Jaekook Brian Lee <107831698+JaeBrian@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:15:19 -0800 Subject: [PATCH 3/3] Update third-party-libraries.md formatted with prettier/which got rid of the extra space on line 17 --- docs/integrations/third-party-libraries.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/integrations/third-party-libraries.md b/docs/integrations/third-party-libraries.md index 39164f89bd..787490b86c 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -14,7 +14,6 @@ This can be done using third-party libraries created by the community. > This list aims to provide a good starting point > for someone looking to extend Zustand's feature set. - - [@colorfy-software/zfy](https://colorfy-software.gitbook.io/zfy/) — 🧸 Useful helpers for state management in React with Zustand. - [@dhmk/zustand-lens](https://github.com/dhmk083/dhmk-zustand-lens) — Lens support for Zustand. - [@liveblocks/zustand](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-zustand) — Liveblocks middleware to make your application multiplayer.