Zero-Configuration React Static Site Generator
Clever use of React by Brent Jackson:
React is a great way to generate static HTML with a component-based UI. One of the biggest hurdles to working with React is the amount of boilerplate and build configuration it takes to get going. I wanted to make it dead-simple to start building static pages with React and without the need to install tons of npm modules and configure webpack.
Direct Link to Article — Permalink
Zero-Configuration React Static Site Generator is a post from CSS-Tricks