From 7f785958e641819c1eec3ed92cb6ba968eabbe00 Mon Sep 17 00:00:00 2001 From: MJ Studio Date: Tue, 10 Sep 2024 16:25:07 +0900 Subject: [PATCH 1/2] docs: 'mym0404/zustand/main/docs' Hello, I read [contributing guide](https://github.com/pmndrs/zustand/blob/main/CONTRIBUTING.md). However, the main branch of `website` is missing and I can't find proper way. --- 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 90d25eb9a8..268d27df9c 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -64,3 +64,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. +- [zustand-async-slice](https://github.com/mym0404/zustand-async-slice) - Simple Zustand utility to create Async Slice. TypeScript Fully Supported 🖖 From 91a60ae7f0e3d57472a87d65da8193479de78535 Mon Sep 17 00:00:00 2001 From: Mystic Date: Tue, 10 Sep 2024 20:23:04 +0900 Subject: [PATCH 2/2] docs(zustand): reorder zustand third-party-libraries listing alphabetically --- docs/integrations/third-party-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/third-party-libraries.md b/docs/integrations/third-party-libraries.md index 268d27df9c..5b5bcb3b04 100644 --- a/docs/integrations/third-party-libraries.md +++ b/docs/integrations/third-party-libraries.md @@ -37,6 +37,7 @@ This can be done using third-party libraries created by the community. - [zukeeper](https://github.com/oslabs-beta/Zukeeper) — Native devtools with state and action tracking, diffing, tree display, and time travel - [zundo](https://github.com/charkour/zundo) — 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps. - [zustand-ards](https://github.com/ivoilic/zustand-ards) — 💁 Simple opinionated utilities for example alternative selector formats and default shallow hooks +- [zustand-async-slice](https://github.com/mym0404/zustand-async-slice) - Simple Zustand utility to create Async Slice. TypeScript Fully Supported 🖖 - [zustand-boilerplate](https://github.com/sagiereder/zustand-boilerplate) — A tool that automatically generates getters, setters and more for your zustand store. - [zustand-computed](https://github.com/chrisvander/zustand-computed) — A Zustand middleware to create computed states. - [zustand-computed-state](https://github.com/yasintz/zustand-computed-state) — Simple middleware to add computed states. @@ -64,4 +65,3 @@ 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. -- [zustand-async-slice](https://github.com/mym0404/zustand-async-slice) - Simple Zustand utility to create Async Slice. TypeScript Fully Supported 🖖