Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

React: Server-Side Rendering [Repost]

Posted By: IrGens
React: Server-Side Rendering [Repost]

React: Server-Side Rendering
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 13m | 247 MB
Instructor: Emmanuel Henri

Server-side rendering lets you optimize your applications to use client or server resources depending on network and device circumstances. Old device on a slow network? Render on the server. New device, fast network? You should probably let the client do the work. Some call the resulting architecture "universal," others "isomorphic," but the results are smooth.

Learn about implementing server-side rendering, or SSR, in your React projects. Emmanuel Henri shows how to set up an SSR project with React and Next.js, add a centralized store with Redux, and configure custom routes with Express and Next.js. He wraps up the course with a discussion of code splitting, which can improve application performance.


React: Server-Side Rendering [Repost]