Skip to content

Commit 444face

Browse files
committed
translation: add New Framework-level Recommendations about State Management
1 parent c21ae04 commit 444face

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/zh/recommendations.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm init vue@3
2929
- [Vue CLI -> Vite Migration Guide from VueSchool.io](https://vueschool.io/articles/vuejs-tutorials/how-to-migrate-from-vue-cli-to-vite/)
3030
- [Tools / Plugins that help with auto migration](https://github.com/vitejs/awesome-vite#vue-cli)
3131

32-
或者您也可以参阅[新文档中的工具章节](https://cn.vuejs.org/guide/scaling-up/tooling.html)
32+
或者您也可以参阅 [Vue 新文档中工具章节](https://cn.vuejs.org/guide/scaling-up/tooling.html)
3333

3434
### Vue Router
3535

@@ -39,3 +39,11 @@ Vue Router 4.0 提供了对 Vue 3 的支持,并且有许多自己的重大更
3939
- [GitHub](https://github.com/vuejs/router)
4040
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter)
4141

42+
### 状态管理工具
43+
44+
Pinia 是我们新推荐的大规模状态管理解决方案。 本来是作为 Vuex 5 的原型创建的,现在已经演变为我们为 Vuex 5 计划的实际实现。考虑到核心团队成员Eduardo投入的工作量,我们决定保留其原始名称
45+
46+
- [文档](https://pinia.vuejs.org/zh/index.html)
47+
- [GitHub](https://github.com/vuejs/pinia)
48+
- [Vue 新文档中状态管理章节](https://cn.vuejs.org/guide/scaling-up/state-management.html)
49+

0 commit comments

Comments
 (0)