Vanic
A small, Hook-based library for creating Reactive-UI in Vanilla.
Features
- Reactive-UI.
- Hooks.
- No compiler and build-tool required.
- Jsx & literals HTML.
Install
NPM or Yarn
npm i vanic
// or
yarn add vanic
Browser
">
<head> <script src="//unpkg.com/vanic">script> head>
ES Module
import { html, render } from "https://esm.sh/vanic";
// more code