From 3362f3b7652138fef6140e322ea4249db23a3c84 Mon Sep 17 00:00:00 2001 From: goosewobbler <432005+goosewobbler@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:12:47 +0300 Subject: [PATCH] docs: add `zutron` to third-party-libs (#2781) * docs: add zutron to third-party-libs * Update docs/integrations/third-party-libraries.md --------- Co-authored-by: Daishi Kato --- 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 ae02e65844..801abfb471 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -65,3 +65,4 @@ This can be done using third-party libraries created by the community. - [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. +- [zutron](https://github.com/goosewobbler/zutron) — Use Zustand in Electron apps, seamlessly.