Skip to content

nheyn/react-async-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A react binding for async-dispatcher.

Resources

License

Stars

Watchers

Forks

Packages

No packages published