0.1.2 • Published 5 years ago

@frontops/redux-utils v0.1.2

Weekly downloads
5
License
ISC
Repository
-
Last release
5 years ago

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.

npm.io

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