If code splitting works properly, this page should render nicely and look pretty.
For a better perspective, how cool and complex it is: Webpack 2+ documentation on code splitting refer this page of react-router documentation for further details one code splitting implementation for ReactJS. Here is the qoute:
We’ve tried and failed a couple of times. What we learned:
We determined that google was indexing our sites well enough for our needs without server rendering, so we dropped it in favor of code-splitting + service worker caching. Godspeed those who attempt the server-rendered, code-split apps.
From Code Splitting documentation ofreact-routerSo, welcome to Topcoder, where difficult things can be done fast, while miracles will take just a bit longer :)
Instructions on using our implementation of code splitting are available here.