pureact

v0.4.3
This is a try to simulate the main functionality in React with as few lines of code as possible and as few dependencies as possible. The result is a Super lightweight (16kb incl dependencies) and superfast (based on vdom/vtree) including the most essentia

test

mocha tests/* --compilers js:babel/register

prebrowserify

mkdirp dist

build

browserify index.js -t babelify -d -p [minifyify --map pureact.js.map --output dist/pureact.js.map] > dist/pureact.js

watchify

watchify index.js -t babelify --debug -o dist/pureact.js

watch

mocha -w tests/* --compilers js:babel/register

prepublish

npm run build

Metadata

  • MIT
  • Whatever
  • Christian Landgren
  • released 6/21/2016

Downloads

Maintainers