React Server Side Rendering

React Server Side Rendering

Description

Note: This course assumes you’ve some basic experience with React, Redux, and Express.

Server-side rendering (SSR) is a popular technique for rendering a client-side single page application (SPA) on the server and then sending a fully rendered page to the client. This allows for dynamic components to be served as static HTML markup.

Leave a Reply