--- title: Roadmap description: The planned feature roadmap for the Yew framework --- # ロードマップ ## 優先順位 フレームワークの今後の機能やフォーカスの優先順位は、コミュニティによって決定されます。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. Top Requested Features 2. Production Readiness 3. Documentation 4. Pain Points ### Top Requested Features 1. [関数型コンポーネント](https://github.com/yewstack/yew/projects/3) 2. [Component ライブラリ](https://github.com/yewstack/yew/projects/4) 3. より良い状態管理 4. [サーバーサイドでのレンダリング](https://github.com/yewstack/yew/projects/5) ### Production Readiness - テストカバレッジの向上 - バイナリサイズ - [ベンチマークのパフォーマンス](https://github.com/yewstack/yew/issues/5) ### Documentation - チュートリアルを作る - プロジェクトのセットアップをシンプルにする ### Pain Points - [Component のボイラープレート](https://github.com/yewstack/yew/issues/830) - Fetch API - [エージェント](https://github.com/yewstack/yew/projects/6)