Skip to content

Add features support comparison #2

@jsulpis

Description

@jsulpis

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

  1. 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.
  2. 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
  3. for each cell of the table, indicate if the framework supports the feature : totally (✅), partially (⚠️), not at all (❌)
  4. if possible, in each cell provide a link to the documentation of the feature in the framework, so that we can verify it

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions