tag

zustand

9 indexed skills · max 10 per page

skills (9)

zustand

lobehub/lobe-chat · Productivity

3

Main interfaces for UI components:

zustand-state-management

jezweb/claude-skills · Productivity

2

Type-safe global state management for React with persist, devtools, and Next.js SSR support. \n \n Supports TypeScript with double-parentheses syntax ( create<T>()() ), persist middleware for localStorage, and Redux DevTools integration \n Prevents 6 documented errors including hydration mismatches, infinite render loops, and persist race conditions (fixed in v5.0.10+) \n Includes slices pattern for modular stores, vanilla store creation without React, and immer middleware for mutable-style

zustand-patterns

yonatangross/orchestkit · Productivity

0

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

zustand-5

prowler-cloud/prowler · Productivity

0

zustand-5

zustand-store-ts

sickn33/antigravity-awesome-skills · Productivity

0

Create Zustand stores following established patterns with proper TypeScript types and middleware.

zustand

lobehub/lobehub · Productivity

0

Zustand state management patterns and conventions for LobeHub store development. \n \n Three-tier action hierarchy: public actions for UI, internal actions for business logic, and dispatch methods for state updates; use reducer pattern for complex state and simple set for primitives \n Optimistic update pattern for non-destructive operations: update frontend immediately, call backend service, then refresh for consistency \n Class-based action implementation using private fields and flattenAction

zustand

vercel-labs/json-render · Productivity

0

Zustand adapter for json-render's StateStore interface. Wire a Zustand vanilla store as the state backend for json-render.

zustand-state-management

mindrally/skills · Productivity

0

You are an expert in Zustand state management for React and Next.js applications.

zustand

bobmatnyc/claude-mpm-skills · Productivity

0

Zustand is a minimal, unopinionated state management library for React. No providers, no boilerplate—just a simple hook-based API that feels natural in React applications.