Zustand State Management

FMC conventions for Zustand v5 in React: file naming, custom-hook-only exports, atomic selectors, actions namespace, small focused stores. Use when adding or reviewing client global state, or debugging unnecessary re-renders and SSR/persist hydration issues. Not for server/async data (TanStack Query) or URL state (nuqs). For API details, middleware, slices, and migration, use the official llms.txt index below.

fixmyberlin Updated

File contents

fixmyberlin/tilda-geo/tree/main/.agents/skills/zustand-state-management commit 841b1fe113

Frequently asked questions

npx skillmds@latest add fixmyberlin/zustand-state-management