June 2024
Intermediate to advanced
508 pages
10h 53m
English
After implementing authentication using JWTs, let’s focus on optimizing the performance of our blog app. We are going to start by benchmarking the current load time of our application and learn about various metrics to consider. Then, we are going to learn how to render React components and fetch data on the server. At the end of this chapter, we are going to briefly cover advanced server-side rendering concepts.
In this chapter, we are going to cover the following main topics:
Before we start, please install all requirements ...
Read now
Unlock full access