alt-react-demo icon indicating copy to clipboard operation
alt-react-demo copied to clipboard

Demo for a build-free alternative to React, written in vanilla JS.

Alt React Demo

This is a build-free alternative to React, written in Vanilla JS. There's no transpiling, no build steps, and no dependencies.

Check out the companion blog post for the thinking behind this.

The demo app is a Password Generator.

Setup

None, lol.

Just run SimpleHTTPServer to serve your files:

python -m SimpleHTTPServer