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>
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
---
|
|
description: Yew 的版本紀錄
|
|
---
|
|
|
|
# Roadmap
|
|
|
|
### 優先順序
|
|
|
|
即將推出的新功能和重點開發方向的優先順序將由社群決定。在 2020 的春季,我們會發出一個開發者調查,收集專案方向的回饋。你可以在 [Yew Wiki](https://github.com/yewstack/yew/wiki/Dev-Survey-%5BSpring-2020%5D) 中找到結果。
|
|
|
|
:::note
|
|
你可以在 Yew GitHub 追蹤我們主要的開發方向 [Project board](https://github.com/yewstack/yew/projects)
|
|
:::
|
|
|
|
### 重點 <a id="focuses"></a>
|
|
|
|
1. 需求最多的功能
|
|
2. 產品準備
|
|
3. 文件
|
|
4. 痛點
|
|
|
|
#### 需求最多的功能 <a id="top-requested-features"></a>
|
|
|
|
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)
|
|
|
|
#### 產品準備
|
|
|
|
- 提升 Yew 的測試覆蓋率
|
|
- 減少二進位檔的大小
|
|
- [Benchmark performance](https://github.com/yewstack/yew/issues/5)
|
|
|
|
#### 文件
|
|
|
|
- 建立教學文件
|
|
- 簡化專案設定
|
|
|
|
#### 痛點
|
|
|
|
- [元件模板](https://github.com/yewstack/yew/issues/830)
|
|
- Fetch API
|
|
- Agents
|