Redux Toolkit Core Knowledge Deep Knowledge : Use with technology: for comprehensive documentation. Slice Store Setup Async Thunks Hooks When NOT to Use This Skill | Scenario | Use Instead | |----------|-------------| | Simple global state (user prefs, theme) | for less boilerplate | | Server state management | or RTK Query only | | Vue 3 applications | | | Small projects or prototypes | React Context + hooks or Zustand | | Component-local state | React useState/useReducer | Anti-Patterns | Anti-Pattern | Why It's Bad | Correct Approach | |--------------|--------------|------------------| | U…