·zustand-patterns
</>

zustand-patterns

yonatangross/orchestkit

Zustand 5.x のスライス、ミドルウェア、Immer、useShallow、および React アプリケーションの永続化パターンを使用した状態管理。 Zustand で状態管理を構築する場合に使用します。

30インストール·1トレンド·@yonatangross

インストール

$npx skills add https://github.com/yonatangross/orchestkit --skill zustand-patterns

SKILL.md

Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate.

| Decision | Option A | Option B | Recommendation |

| State structure | Single store | Multiple stores | Slices in single store - easier cross-slice access | | Nested updates | Spread operator | Immer middleware | Immer for deeply nested state (3+ levels) | | Persistence | Manual localStorage | persist middleware | persist middleware with partialize |

Zustand 5.x のスライス、ミドルウェア、Immer、useShallow、および React アプリケーションの永続化パターンを使用した状態管理。 Zustand で状態管理を構築する場合に使用します。 ソース: yonatangross/orchestkit。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/yonatangross/orchestkit --skill zustand-patterns
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

zustand-patterns とは?

Zustand 5.x のスライス、ミドルウェア、Immer、useShallow、および React アプリケーションの永続化パターンを使用した状態管理。 Zustand で状態管理を構築する場合に使用します。 ソース: yonatangross/orchestkit。

zustand-patterns のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/yonatangross/orchestkit --skill zustand-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/yonatangross/orchestkit