Zero-Configuration React Static Site Generator

Avatar of Robin Rendle
Robin Rendle on

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 →