RESEE
_ __ __ __ __
|_)|_ (_ |_ |_
| \|____)|__|__
A tiny library for building reactive view without virtual-dom.
Install
npm install --save resee
Change your jsxFactory
to h
in your tsconfig.json
or babelrc
.
Get Started
Get started from here: https://xcodebuild.github.io/resee/
Why RESEE
See Virtual DOM is pure overhead, and Svelte
is cool but another language.
So I want to write JSX/TSX
without virtual-dom or too many build tools.
Status
RESEE is still in early stage, do not use it in production.