6 comments

[ 3.2 ms ] story [ 26.0 ms ] thread
(comment deleted)
There are too many issues with the current SSR push in Next and React 19. It doesn't make sense why they're pushing so hard for SSR now.

SSR is mainly good for SEO, and SEO is dying. People find their answers elsewhere these days. Look at the recent developer surveys, most use React for dashboards and SASS apps, not landing pages.

Next was already perfect before. You had enough SSR to build a fast landing page, and for the rest, 99% of your work, you just followed straightforward React conventions.

Now they're shoehorning SSR into everything. It doesn't make any sense. They should have done this 10 years ago when people cared about SEO. Now it's the worst possible timing.

I don't understand while people use SPAs for landing pages.

A simple PHP/HTML/CSS file-based landing page is easy to maintain, fast, easy to deploy, migrate, understand, etc.

Why PHP? Just HTML, CSS and a bit of JS if needed
Dynamic pages/content, re-using code across pages (e.g. include 'header.php').
And the "I'm out" camp which I'm part of now