rctjs
v1.0.0
Published
Elementary React like library
Downloads
16
Maintainers
Readme
RCTjs
yet another vdom based UI framework
Motivation
This library is done on educational propose only, do not use it in production 😉
Here I tried demonstrate how small amount of code is required to make more or less working UI lib based on virtual DOM architecture
Installation
npm install -S rctjs
Content
src
: library sourcestest
: library testsexample
: example of todo applicationjsx
: jsx transformer sample
Reference
I took the main idea of this lib and some code from i took from (Ultradom)[https://github.com/jorgebucaran/ultradom] former Picodom
Licence
MIT