Server-Side Rendering (SSR) with React

By DEV Community - 2021-02-28

Description

by Author Samaila Bala Server Side rendering has been the popular way of rendering web applications... Tagged with react, webdev, javascript.

Summary

  • Server Side rendering has been the popular way of rendering web applications before the advent of JavaScript frontend libraries/frameworks e.g React, Angular, Svelte, and Vue.js which brought Client-side rendering to the mainstream.
  • In this article, we will be looking at how to build an SSR application using React but first let’s take a detour to explain what Client-side Rendering and Server-side rendering are.
  • What we are trying to do with the router object is to get the slug so we can use it to retrieve information about the movie.
  • Asayer is a frontend monitoring tool that replays everything your users do and shows how your app behaves for every issue.

 

Topics

  1. Frontend (0.45)
  2. UX (0.21)
  3. Backend (0.09)

Similar Articles

Gatsby vs Next.js in 2021

By Jamees Bedford - 2021-01-22

A high level look at two of the leading React frameworks - Next.js and Gatsby - and what their strengths and weaknesses are and which is the better choice in 2021.

Building server-side rendering for React in AWS Lambda

By Amazon Web Services - 2021-01-27

This post demonstrates two ways you can implement and deploy a solution for server-side rendering in React applications, by using Lambda or Lambda@Edge. It also shows how to use open-source tools and ...