redax

v0.0.0
A simple flux architecture that combines actions & reducers and maps your store's state directly to your components
react flux reducer action data flow store

test

echo "Error: no test specified" && exit 1

build-js

mkdir -p examples/build/js && browserify -d -t babelify examples/src/js/index.js -o examples/build/js/index.js

watch-js

ulimit -n 512 && watchify -d -t babelify examples/src/js/index.js -o examples/build/js/index.js -v

watch

npm run watch-js

build

npm run build-js

start

http-server examples -c-1 -o
npm i redax

Metadata

  • MIT
  • Whatever
  • Jake 'Sid' Smith
  • released 4/4/2016

Downloads

Maintainers