state_setup_store
Set up a typed state management store with actions and selectors for Redux Toolkit, Zustand, Jotai, MobX, Pinia, or Vuex.
Instructions
Set up a state management store with typed state, actions, and selectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Store name | |
| api_key | No | API key for authentication | |
| library | Yes | State management library | |
| typescript | No | Use TypeScript (default true) |