Skip to content

24 ways to impress your friends

Vote down?

Pascal Hertleif

Thanks for the great article, I’ve been working with React for a while but have yet to use its server-side rendering capabilities.

A small note on the Webpack config: Instead of specifying the absolute path to the entry point, you can also use a correct relative path like `./client-render.js`. And if you call the file `webpack.config.babel.js` it will automatically be processed by babel before Webpack loads it.