Muhammad Hamza f0209c786f
Prepare for Yew 0.20 (#2973)
* 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>
2022-11-25 15:19:07 +05:00

46 lines
1.5 KiB
Plaintext

---
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)