zustand-state-management

Originally fromjezweb/claude-skills
Installation
SKILL.md

Zustand State Management

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

Core Principles

  • Use Zustand for lightweight, flexible state management
  • Minimize useEffect and setState; prioritize derived state and memoization
  • Implement functional, declarative patterns avoiding classes
  • Use descriptive variable names with auxiliary verbs like isLoading, hasError

Store Design

Basic Store Structure

import { create } from 'zustand'
Installs
671
GitHub Stars
160
First Seen
Jan 25, 2026
zustand-state-management — mindrally/skills