File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,21 @@ description: 架构指南和总览
5757
5858### React 框架
5959
60- | 特性 | 框架 | 说明 |
61- | ------| ------------------------------------------| ------------------------|
62- | 框架 | [ React] ( https://zh-hans.react.dev/ ) | 用于构建用户界面的 JavaScript 库 |
63- | 路由 | [ React Router] ( https://reactrouter.com/ ) | 为 React 应用提供声明式路由功能 |
64- | 状态管理 | [ Zustand] ( https://zustand-demo.pmnd.rs/ ) | 轻量级的状态管理库,API 简洁易用 |
60+ | 特性 | 框架 | 说明 |
61+ | -------------| ------------------------------------------| ------------------------|
62+ | 框架 | [ React] ( https://zh-hans.react.dev/ ) | 用于构建用户界面的 JavaScript 库 |
63+ | 路由 | [ React Router] ( https://reactrouter.com/ ) | 为 React 应用提供声明式路由功能 |
64+ | 状态管理 | [ Zustand] ( https://zustand-demo.pmnd.rs/ ) | 轻量级的状态管理库,API 简洁易用 |
65+ | React Hooks | [ ahooks] ( https://ahooks.js.org/zh-CN/ ) | React Hooks 库 |
6566
6667### Vue 框架
6768
68- | 特性 | 框架 | 说明 |
69- | ------| -------------------------------------------------| ----------------------------|
70- | 框架 | [ Vue] ( https://cn.vuejs.org/ ) | |
71- | 路由 | [ Vue Router] ( https://router.vuejs.org/zh/ ) | 为 Vue 提供页面切换功能 |
72- | 状态管理 | [ Pinia] ( https://pinia.vuejs.org/ ) | 为多个 Vue 组件提供共享的状态 |
69+ | 特性 | 框架 | 说明 |
70+ | -------------| --------------------------------------------| ----------------------------------|
71+ | 框架 | [ Vue] ( https://cn.vuejs.org/ ) | |
72+ | 路由 | [ Vue Router] ( https://router.vuejs.org/zh/ ) | 为 Vue 提供页面切换功能 |
73+ | 状态管理 | [ Pinia] ( https://pinia.vuejs.org/ ) | 为多个 Vue 组件提供共享的状态 |
74+ | Vue 组合式 API | [ VueUse] ( https://vueuse.org/ ) | Vue 组合式 API(Composition API)程序集合 |
7375
7476### JS 库
7577
You can’t perform that action at this time.
0 commit comments