zustand-middleware

Installation
SKILL.md

Zustand - Middleware

Zustand provides powerful middleware to enhance store functionality including persistence, Redux DevTools integration, immutable updates with Immer, and more.

Key Concepts

Middleware Composition

Middleware wraps the store creator function:

import { create } from 'zustand'
import { persist, devtools } from 'zustand/middleware'
Installs
37
GitHub Stars
166
First Seen
Jan 24, 2026
zustand-middleware — thebushidocollective/han