A lightweight (a milles faster) replacement of React framewo... I mean library.
Check out Example.js, if that is too boring, then here's summary:
// Register route
const page = new Route('#', HeReact.createElements('<h1>Hello from HeReact</h1>'));
HeReact.addRoute(page);Must be included as first script in html (HeReact.js)
<script src="./HeReact.js"></script>
That's it