rxon / mini-flux

mini flux implementation

Home Page:http://azu.github.io/slide/react-meetup/flux.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-flux

mini flux implementation for DEMO.

  • No dependent library
  • Use EventEmitter only.(not use Flux's Dispatch)
    • just mean that this implement not handle order of events

Installation

npm install

Usage

npm run build
open index.html

Test

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

mini flux implementation

http://azu.github.io/slide/react-meetup/flux.html

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 3.4%