Check out a free preview of the full Building Web Apps (with React, Ampersand, ES6 and Webpack) course:
The "Generating Layout Markup" Lesson is part of the full, Building Web Apps (with React, Ampersand, ES6 and Webpack) course featured in this preview video. Here's what you'd learn in this lesson:
Henrik applies the same pre-rendering concept from the home page to the layout page. This way the user will see some of the layout even if the rest of the application and data is not loaded. Once the data is loaded, React will re-render the page.