typed-redux
TypeScript icon, indicating that this package has built-in type declarations

3.6.0-rc.4 • Public • Published

Typed Redux

Redux with typed actions.

npm version

Why?

Installation

npm install --save typed-redux

Usage

See examples for usage.

APIs

APIs are the same as original Redux, excepting that:

  • You can dispatch class instances actions
  • Actions don't have to have a type property

FAQ

Do I need to use TypeScript to use Typed Redux?

No. And you can still get benefits from typed actions.

Is typed Action serializable?

Yes.

Versioning

Typed Redux will follow the version of Redux, but it may have it's own beta or rc versions.

Package Sidebar

Install

npm i typed-redux

Weekly Downloads

0

Version

3.6.0-rc.4

License

MIT

Last publish

Collaborators

  • jas-chen