11 React website frameworks
This chapter covers
- Rendering React on the server
- Developing a fullstack application in Next.js and Remix
React website frameworks allow us to run React on the server. You may wonder why you would want to, and both the short and the long answers are speed and performance. Your page renders a lot faster and your website becomes a lot more performant. These results are good for visitor retention, search engine optimization, and overall user experience—and most likely will also be good for your (or your employer’s) bottom line.
So how does rendering React on the server make the application faster? It seems to involve simply moving the work from one computer (yours) to another (the server). Well, the reasons ...
Get React in Depth now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.