A react binding for async-dispatcher.
Async Dispatcher is hosted on npm, and can be installed using:
npm install --save react-async-dispatcher
TODO
Static type checking is done use Flowtype. (NOTE, flow types are available by adding 'node_modules/react-async-dispatcher/type.js' to [libs] section of .flowconfig)
To perform static type checks, use:
cd <path to repo>
npm install
npm run test
There is a Todo List example, using react-async-dispatcher, in the /example directory.
To start the example, use:
cd <path to repo>/example
npm install
npm start
Basic usage is given above. More detailed documentation is before class/function definitions within the code.