|
|
|
|
|
by meiraleal
712 days ago
|
|
The mainstream alternative is still to not have a "backend-for-the-frontend". If you use something like Rails, django, nodejs, use React connected to them. Or directly to something like supabase. NextJS is the extra complexity nobody needs. It is marketed as the solution to slow starts but React is slow so the solution is terrible over-engineered. A much better fix is to remove React and use something that is already fast like solidjs or Lit. There are much better UI Kits in Lit that I have seen in React and in the end it is just JS so the same people that can could React, can code Lit and SolidJS. |
|