GitBook: [zh_tw] one page modified

This commit is contained in:
洪慈吟 2020-05-18 14:27:02 +00:00 committed by Justin Starry
parent e51f81a2a6
commit 5c30ffad4f

View File

@ -1,40 +1,45 @@
---
description: The planned feature roadmap for the Yew framework
description: Yew 的版本紀錄
---
# Roadmap
## `v1.0.0`
### 優先順序
### Planned Features
即將推出的新功能和重點開發方向的優先順序將由社群決定。在 2020 的春季,我們會發出一個開發者調查,收集專案方向的回饋。你可以在 [Yew Wiki](https://github.com/yewstack/yew/wiki/Dev-Survey-%5BSpring-2020%5D) 中找到結果。
* Keyed list items [https://github.com/yewstack/yew/issues/479](https://github.com/yewstack/yew/issues/479)
* Routing: [https://github.com/yewstack/yew\_router](https://github.com/yewstack/yew_router)
{% hint style="info" %}
你可以在 Yew GitHub 追蹤我們主要的開發方向 [Project board](https://github.com/yewstack/yew/projects)
{% endhint %}
### Production Readiness
### 重點 <a id="focuses"></a>
* Browser compatibility
* Improve Yew framework test coverage
* Add performance benchmarks [https://github.com/yewstack/yew/issues/5](https://github.com/yewstack/yew/issues/5)
1. 需求最多的功能
2. 產品準備
3. 文件
4. 痛點
### Guides
#### 需求最多的功能 <a id="top-requested-features"></a>
* Best practices: [https://yew.rs/docs/optimizations](https://yew.rs/docs/optimizations)
* End-to-end Tutorial
* Futures / Concurrency
* CSS / Styling
* Testing
* State management
1. [函數式元件](https://github.com/yewstack/yew/projects/3)
2. [元件函式庫](https://github.com/yewstack/yew/projects/4)
3. 更好的狀態管理器
4. [Server side rendering](https://github.com/yewstack/yew/projects/5)
## Future
#### 產品準備
### Potential Features
* 提升 Yew 的測試覆蓋率
* 減少二進位檔的大小
* [Benchmark performance](https://github.com/yewstack/yew/issues/5)
* Server Side Rendering: [https://github.com/yewstack/yew/issues/41](https://github.com/yewstack/yew/issues/41)
* Component Library: [https://github.com/yewstrap/yewstrap](https://github.com/yewstrap/yewstrap)
* Code Splitting: [https://github.com/yewstack/yew/issues/599](https://github.com/yewstack/yew/issues/599)
* Allow different Virtual DOM backends: [https://github.com/yewstack/yew/issues/482](https://github.com/yewstack/yew/issues/482)
* Rethink Services: [https://github.com/yewstack/yew/issues/364](https://github.com/yewstack/yew/issues/364)
* Mature Utility crate: [https://github.com/yewstack/yewtil](https://github.com/yewstack/yewtil)
* HTML template alternatives: [https://github.com/yewstack/yew/issues/438](https://github.com/yewstack/yew/issues/438)
#### 文件
* 建立教學文件
* 簡化專案設定
#### 痛點
* [元件模板](https://github.com/yewstack/yew/issues/830)
* Fetch API
* Agents