Pinia Core Knowledge Store Definition Deep Knowledge : Use with technology: for comprehensive documentation. Setup Syntax (Composition API) Usage in Components Persist Plugin When NOT to Use This Skill | Scenario | Use Instead | |----------|-------------| | React applications | or | | Server state (API data, caching) | Vue composables with or | | Component-local state | Vue's / | | Vuex legacy projects | Migrate to Pinia first, or keep Vuex for now | | Simple key-value storage | or directly | Anti-Patterns | Anti-Pattern | Why It's Bad | Correct Approach | |--------------|--------------|-----…