@danieldietrich/arrowjs

Arrow.js is a super-lightweight and easy to learn React alternative that works directly in the browser.

Usage no npm install needed!

<script type="module">
  import danieldietrichArrowjs from 'https://cdn.skypack.dev/@danieldietrich/arrowjs';
</script>

README

Arrow.js

npm version   Follow

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.