react-dom-lite

v0.4.0
_"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” - Antoine de Saint-Exupery._

build:dev

ROLLUP=1 rollup -c scripts/rollup.config.js

build:prod

ROLLUP=1 NODE_ENV=production rollup -c scripts/rollup.config.js

build

npm run build:dev && npm run build:prod

watch

npm run babel -- --watch

examples

NODE_ENV=production webpack --bail

prettier

prettier --write src/**/*.js

precommit

lint-staged

pretest

npm run flow && eslint src test

prepublishOnly

npm run test && npm run build

test

jest

tdd

jest --watch

flow

flow
npm i react-dom-lite

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/13/2018

Downloads