vue-pinia-best-practices

TotalClaw 作者 github.com/vuejs-ai v1.0.0

Pinia 商店、状态管理模式、商店设置以及商店的反应性。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~vue-pinia-best-practices
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~vue-pinia-best-practices/file -o vue-pinia-best-practices.md
## 概述(中文)

Pinia 商店、状态管理模式、商店设置以及商店的反应性。

## 原文

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

### Store Setup
- Getting "getActivePinia was called" error at startup → See [pinia-no-active-pinia-error](reference/pinia-no-active-pinia-error.md)
- Setup stores missing state in DevTools or SSR → See [pinia-setup-store-return-all-state](reference/pinia-setup-store-return-all-state.md)

### Reactivity
- Store destructuring stops updating UI reactively → See [pinia-store-destructuring-breaks-reactivity](reference/pinia-store-destructuring-breaks-reactivity.md)
- Store methods lose context in template calls → See [store-method-binding-parentheses](reference/store-method-binding-parentheses.md)

### State Patterns
- Filters reset on refresh or can't be shared → See [state-url-for-ephemeral-filters](reference/state-url-for-ephemeral-filters.md)
- Building production app without DevTools or conventions → See [state-use-pinia-for-large-apps](reference/state-use-pinia-for-large-apps.md)