Frontend

vue-pinia-best-practices

hyf0/vue-skills · updated Apr 8, 2026

$npx skills add https://github.com/hyf0/vue-skills --skill vue-pinia-best-practices
summary

Vue Pinia state management patterns, common reactivity pitfalls, and store setup best practices.

  • Covers three core areas: store initialization, reactivity patterns, and state management conventions
  • Addresses frequent gotchas including destructuring breaking reactivity, method binding issues, and missing state in DevTools or SSR
  • Provides guidance on filter persistence, URL-based ephemeral state, and scaling Pinia for production applications
  • Includes troubleshooting references for \
skill.md

Pinia best practices, common gotchas, and state management patterns.

Store Setup

Reactivity

State Patterns