© Mohit Thakkar 2020
M. ThakkarBuilding React Apps with Server-Side Renderinghttps://doi.org/10.1007/978-1-4842-5869-9_4

4. Adding Server-Side Rendering to Your React Application

Mohit Thakkar1 
(1)
Vadodara, Gujarat, India
 

In the previous chapter, we learned how to create a server-side application using the Next.js framework. However, we might want to create an application that is partially rendered on the client-side and partially on the server-side so that we can leverage the benefits of both client-side rendering and server-side rendering. In this chapter, we will create a client-side rendered React application and learn how to integrate server-side rendering into the application using Next.js framework. Along the way, we will also learn the importance ...

Get Building React Apps with Server-Side Rendering: Use React, Redux, and Next to Build Full Server-Side Rendering Applications 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.