Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Revisolution/typed-redux-kit

Repository files navigation

This project is archived as there is nobody to maintain it and keep up with the security updates. Feel free to fork and maintain.

Typed Redux Kit

Toolkit for Redux with Typescript

What the heck is this?

In this package, you can find several neat tricks.

  • Base : Basic usage of redux
  • Mapped Reducer : Reducer with ES6Map for efficient switching and scalability.
  • Batch Enhancer : Allows dispatch array of actions. Also it support redux-saga.
  • Trackable : Allows mutable change to deal with deep state.

basic-usage.spec.ts presents how to combine all of toolkit.

Install

npm i typed-redux-kit

Authors

License & Copyright

Licensed under MIT Copyright 2017 Revisolution