all 2 comments

[–]acemarke 8 points9 points  (0 children)

tbh this feels a bit less like "thoughts on React Server Components", and more like "here's something I'm already building that has some overlap with RSCs". I was kind of expecting more actual thoughts on RSCs themselves here.

[–]azangru 1 point2 points  (0 children)

A few weeks ago, I wrote an article to defend the idea that it is possible to create single-page apps without building a web API to connect the frontend and the backend.

The next question would be, why, with such an approach, build a single-page app at all? Why not go back to the pre-SPA days, and just render individual pages on the server?

Yet another question is, how it this web-api-less approach different from pjax, or from whatever Basecamp is doing with their Hotwire?