1.0.0 • Published 6 years ago

rctjs v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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 sources
  • test: library tests
  • example: example of todo application
  • jsx: 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