0.1.0 • Published 8 years ago

react-async-dispatcher v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

React Async Dispatcher

A react binding for async-dispatcher.

Install

Async Dispatcher is hosted on npm, and can be installed using:

npm install --save react-async-dispatcher

Usage

TODO

Tests

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

Example

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

Documentation

Basic usage is given above. More detailed documentation is before class/function definitions within the code.

0.1.0

8 years ago

0.1.0-rc7

8 years ago

0.1.0-rc6

8 years ago

0.1.0-rc5

8 years ago

0.1.0-rc4

8 years ago

0.1.0-rc3

8 years ago

0.1.0-rc2

8 years ago