August 2024
Intermediate to advanced
432 pages
12h 35m
English
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 ...
Read now
Unlock full access