Files
42marketplaces/sync/gh-jezweb-claude-skills-skills-zustand-state-management.json
2025-11-30 09:08:53 +08:00

18 lines
753 B
JSON

{
"name": "zustand-state-management",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "zustand-state-management",
"description": "Build type-safe global state in React applications with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR. Use when setting up React state, migrating from Redux/Context API, implementing localStorage persistence, or troubleshooting Next.js hydration errors, TypeScript inference issues, or infinite render loops.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-zustand-state-management.git"
},
"strict": true
}
]
}