https://github.com/alexzhang1030/composable-vue
Pratices of Vue composition-api.
https://github.com/alexzhang1030/composable-vue
Last synced: 21 days ago
JSON representation
Pratices of Vue composition-api.
- Host: GitHub
- URL: https://github.com/alexzhang1030/composable-vue
- Owner: alexzhang1030
- License: mit
- Created: 2023-02-21T05:37:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T03:29:02.000Z (about 2 years ago)
- Last Synced: 2025-04-10T09:11:18.188Z (25 days ago)
- Language: TypeScript
- Homepage: https://composable-vue.vercel.app
- Size: 1.94 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 可组合的 Vue
- 心智模型
- composition vs options
- ref vs reactive
- 追踪更新的实现
- 数据流
- 逻辑与数据的关系
- 数据与视图的关系
- 封装组件考虑的因素
- 可组合的 Vue
- ...
- 实践
- 组件
- 函数
- Signals
- Build your own signals
- SSR
- Build your own SSR framework