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
Click to load comments...