DEV Community

Discussion on: React is not about performance

Collapse
 
adaptive-shield-matrix profile image
Adaptive Shield Matrix • Edited

React is 11 20 years old and it shows.

There are now much more specialized web frameworks that do specific functions much more better than general rendering library like React itself.

The main thing a web dev has to decide is that he wants/needs:

  • SPA
  • SSR
  • SSG
  • the flexibility of all 3 above

Best Frameworks / Libraries

  • SSG -> Astro
  • SPA in JSX Syntax -> Solid.js
  • SPA without JSX -> Svelte, Vue
  • SSR in JSX Syntax -> Qwik
  • Simplified Next.js -> Remix
  • all 3 -> Next.js, Sveltekit, Nuxt
  • Do not want to do Frontend -> use HTMX generated by golang templates

Note on Performance

  • Svelte and Solid.js -> are the most fastest and efficient ways how you can do SPAs
  • Qwik -> is the fastest possible SSR solution, shipping near zero JS on page load.
Collapse
 
meatboy profile image
Meat Boy

React is 20 years old and it shows.

What? React was founded in 2013 so 11 years ago.

Collapse
 
adaptive-shield-matrix profile image
Adaptive Shield Matrix

You are right