The video for this lesson is currently being updated, please read the transcript instead.

Server-side rendering webpack flow

So now that you understand what server-side rendering is and what it does, now it's a

question of how do we implement it in our project?

Well, where it all comes together is in this app.get route here, so this is our route path

and this is where we send the HTML file, now index.html to the browser, and already what

we're doing is we're splicing in some additional content with the initial State, and in just

a moment we're going to use a package called

To view the complete lesson you'll need to login or join this course.


Click to load comments...