Hacker News new | ask | show | jobs
by fabian2k 1110 days ago
I think this is entirely a documentation and marketing issue at this point. React Server components are very new, probably new enough that most people should not use them unless they're very comfortable working on the bleeding edge.

The problem is that React points towards Nextjs as a default, and Nextjs makes Server Components the new default.

It doesn't actually change anything for anyone that still wants to develop a standard SPA. And these changes also don't seem to make any of the old methods obsolete, they simply add another method that you can use to develop web apps.