mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Add links to the sidebar.
* Remove unnecessary `page-ref`s (these links are now in the sidebar).
* Small grammar/style fix.
* Fix code tabs.
* Remove {% page-ref %} uses.
* Fix some line lengths.
* Split out `custom.css` into multiple files.
* Remove duplicate titles.
1.3 KiB
1.3 KiB
| id | title | description |
|---|---|---|
| roadmap | Roadmap | The planned feature roadmap for the Yew framework |
Roadmap
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.
{% hint style="info" %} Status of all major initiatives can be tracked on the Yew Github Project board {% endhint %}
Focuses
- Top Requested Features
- Production Readiness
- Documentation
- Pain Points
Top Requested Features
- Functional Components
- Component Library
- Better state management
- Server side rendering
Production Readiness
- Improve Yew test coverage
- Reduce binary size
- Benchmark performance
Documentation
- Create tutorial
- Simplify project setup
Pain Points
- Component boilerplate
- Fetch API
- Agents