How to bundle a reactjs webpage?
I'm reading the reactjs docs and now I'm convinced it might work as webpage. But I'm missing a tutorial/doc of the last step to actually create a html file with javascript files that are to be deployed by a server and really run in up-to-date-browsers.
I figured out that some transpiler(?) like babel should be neccessary.