yew/website/docs/more/roadmap.mdx
Matt 90b4e55ebc
Docusaurus Overhaul (#2275)
* 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
2021-12-20 12:10:45 +02:00

47 lines
1.3 KiB
Plaintext

---
title: "Roadmap"
description: "The planned feature roadmap for the Yew framework"
---
## Prioritization
The prioritization of upcoming features and focuses of the framework is determined by the community.
In Spring 2020, a developer survey was sent out to collect feedback on the direction of the project.
You can find the summary in the [Yew Wiki](https://github.com/yewstack/yew/wiki/Dev-Survey-%5BSpring-2020%5D).
:::note
Status of all major initiatives can be tracked on the Yew Github [project board](https://github.com/yewstack/yew/projects)
:::
## Focuses
1. Top Requested Features
2. Production Readiness
3. Documentation
4. Pain Points
### Most requested features
1. [Functional Components](https://github.com/yewstack/yew/projects/3)
2. [Component Library](https://github.com/yewstack/yew/projects/4)
3. Better state management
4. [Server side rendering](https://github.com/yewstack/yew/projects/5)
### Issues needed for production readiness
* Improve Yew test coverage
* Reduce binary size
* [Benchmark performance](https://github.com/yewstack/yew/issues/5)
### Documentation
* Create tutorial
* Simplify project setup
### Pain points
* [Component boilerplate](https://github.com/yewstack/yew/issues/830)
* Fetch API
* [Agents](https://github.com/yewstack/yew/projects/6)