vix.ing · top · new · best · stats · spec

Adding Server-Side Rendering to Your React Application

2020/01/01 by Mohit Thakkar · 1 citation
Engineering · #Robotics and Automated Systems #Simulation and Modeling Applications

paper · doi:10.1007/978-1-4842-5869-9_4

openalex publication_date 2020/01/01 · openalex created_date 2025/10/10 · openalex updated_date 2025/11/06

Abstract

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 of server-side rendering, styling our application, adding Bootstrap to our application, and some other topics. Mostly we will be using the things that we have already learned previously in order to create a functional application.

Cited by

Related