czysty.js

I code in pure/vanilla js. Do U?


Keywords
pure, vanilla, czysty
License
Beerware
Install
npm install czysty.js@1.0.0

Documentation

czysty.js Build Status

Y U no czysty.js?

The fastest and smallest 🚀 framework ever. For the web.

Installation

$ npm i czysty.js --save

Usage

Import as always

import Czysty from 'czysty.js';

and start using it as you wish

const helloWorld = document.createElement('div');
helloWorld.innerHTML = 'Hello World';
document.body.appendChild(helloWorld);

(Hint: you don't even need to import it)

Why is it the smallest framework?

It's only 0b (0b gzipped). Big thanks to Rollup! ♥️

License

Beerware