@danieldietrich/arrowjs
v0.0.4
Published
Arrow.js is a super-lightweight and easy to learn React alternative that works directly in the browser.
Downloads
7
Readme
Arrow.js
Installation
npm i @danieldietrich/arrowjs
Usage
import { comp, html, render } from '@danieldietrich/arrowjs';
const Comp = comp(() => html`Hi!`);
render(Comp(), document.getElementById('app'))
Copyright © 2020 by Daniel Dietrich. Released under the MIT license.