mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* 0.20 Changelog * Improve changelog generator * Add blog post * Add blog post * Apply suggestions from code review Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com> Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com> * update Changelog * update Cargo.toml * changelog gen compiles * website version 0.20 * add migration guides * prettier * i18n Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com> Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com>
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
---
|
||
description: Yew 框架规划功能的路线图
|
||
---
|
||
|
||
# 路线图
|
||
|
||
## `v1.0.0`
|
||
|
||
### 规划中的功能
|
||
|
||
- 标记 key 的列表项:[https://github.com/yewstack/yew/issues/479](https://github.com/yewstack/yew/issues/479)
|
||
- 路由:[https://github.com/yewstack/yew_router](https://github.com/yewstack/yew_router)
|
||
|
||
### 生产环境准备
|
||
|
||
- 浏览器兼容性
|
||
- 提高 Yew 框架的测试覆盖率
|
||
- 增加性能基准测试:[https://github.com/yewstack/yew/issues/5](https://github.com/yewstack/yew/issues/5)
|
||
|
||
### 指南
|
||
|
||
- 最佳实践:[https://yew.rs/optimizations](https://yew.rs/optimizations)
|
||
- 端到端教程
|
||
- Futures / 并发
|
||
- CSS / 样式
|
||
- 测试
|
||
- 状态管理
|
||
|
||
## 未来
|
||
|
||
### 潜在功能
|
||
|
||
- 服务端渲染:[https://github.com/yewstack/yew/issues/41](https://github.com/yewstack/yew/issues/41)
|
||
- 组件库:[https://github.com/yewstrap/yewstrap](https://github.com/yewstrap/yewstrap)
|
||
- 代码分割:[https://github.com/yewstack/yew/issues/599](https://github.com/yewstack/yew/issues/599)
|
||
- 允许不同的虚拟 DOM 后端:[https://github.com/yewstack/yew/issues/482](https://github.com/yewstack/yew/issues/482)
|
||
- 反思 Services:[https://github.com/yewstack/yew/issues/364](https://github.com/yewstack/yew/issues/364)
|
||
- 成熟的工具包:[https://github.com/yewstack/yewtil](https://github.com/yewstack/yewtil)
|
||
- HTML 模板备选方案:[https://github.com/yewstack/yew/issues/438](https://github.com/yewstack/yew/issues/438)
|