Aslemammad / vitext

The Next.js like React framework for better User & Developer experience!
MIT License
388 stars 6 forks source link

Benchmarks vs other SSR frameworks? #23

Open corysimmons opened 2 years ago

corysimmons commented 2 years ago

Super curious how fast startup, page updates, builds, etc, are vs the major SSR frameworks (Next and Nuxt).

If this is 50-100x faster then it makes a good case for actually migrating to it and contributing to the project.

The benchmarks would have to be performed with a fairly good sized app (something bigger than a todo).

Is Vitext pretty 1:1 in terms of features?

Aslemammad commented 2 years ago

Hey @corysimmons! Thanks for the ticket. I'm planning to do the benchmark later! but to provide you with an image, I need to tell it's like Vite (vitext) vs webpack (next with plain webpack and no SWC)

Vitext is not going to be 1:1 in terms of features; for more info, you can checkout the issues to see what we're planning for (like Preact/Solid, ...).