Introduction to Server-Side React

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

Rendering React components from the server allows you to pre-render the initial state of your components and speed up initial page loads by not requiring the browser to wait for any JavaScript to load before presenting the component.