mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* change suffixes from md to mdx fix broken links for English locale tree shake and update docusaurus add docusaurus ideal image plugin use svg and themed image delete unused static asset * move localized landing page * change GitLocalize project page * nit pick * remove ignore to have the block checked
47 lines
1.5 KiB
Plaintext
47 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)
|
|
|