Zustand Core Knowledge Deep Knowledge : Use with technology: for comprehensive documentation. Basic Store Async Actions Selectors Persist Middleware DevTools When NOT to Use This Skill | Scenario | Use Instead | |----------|-------------| | Server state management (API data, caching) | or | | Vue 3 applications | | | Complex async workflows with side effects | | | Form state management | React Hook Form or Formik | | URL-based state (routing) | React Router or Next.js router | Anti-Patterns | Anti-Pattern | Why It's Bad | Correct Approach | |--------------|--------------|------------------| |…