--- 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) ::: ### 重點 1. 需求最多的功能 2. 產品準備 3. 文件 4. 痛點 #### 需求最多的功能 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