npm.io
0.1.2 • Published 7 years ago

@frontops/redux-utils

Licence
ISC
Version
0.1.2
Deps
0
Size
17 kB
Vulns
0
Weekly
0

redux-utils | FrontOps

Improve your redux experience!

NPM Version Build Status Downloads Stats

DISCLAIMER

DO NOT USE THIS, IT'S ALPHA VERSION

Features

List of tools to easier redux's application setup and development.

  1. Multi instance store factory.
  2. Store with hot plug&play reducers and middlewares for code splitting.
  3. Reducer creator without tons of switch/case.
  4. Middleware creator without tons of switch/case.
  5. Middleware flow control tools.

Installation

npm i -D @frontops/redux-utils

Contributing

  1. Fork it (https://github.com/pashaigood/frontops/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request