The chart displays the difference in bundle size for each framework, but we can assume that the heavier a framework is, the more features it has. It would be interesting to see a table showing what features are available in each framework, in order to choose a framework based on the features we need and the weight we can accept.
Expectations
- create a list of important features that JS frameworks can have. They should be structural features, like SSG, Streaming SSR, server actions, api routes, etc. There should be around 5-10 features.
- in the README.md, add a section "Features" containing a table with the chosen features in columns and all 17 frameworks in rows. Order the frameworks in the same order as the graph
- for each cell of the table, indicate if the framework supports the feature : totally (✅), partially (⚠️), not at all (❌)
- if possible, in each cell provide a link to the documentation of the feature in the framework, so that we can verify it
The chart displays the difference in bundle size for each framework, but we can assume that the heavier a framework is, the more features it has. It would be interesting to see a table showing what features are available in each framework, in order to choose a framework based on the features we need and the weight we can accept.
Expectations