react-retux
v0.1.0
Published
React-Redux Type enhancement suite.
Downloads
57
Maintainers
Readme
React Retux
React-Redux Type enhancement suite.
Features
- Better intellisense auto-complete and error code highlight.
- Prevent duplicated keys on mapState and mapDispatch.
- Easy to work with mixed action types(Thunk, Promise...).
- Designed for Retux architecture but can be used in any project directly.
Installation
- yarn:
yarn add react-retux
- npm:
npm add react-retux
Usage
See official guide.
API
All typings no JavaScript code.
See docs.
Examples
See Tests and Retux Examples, especially thunk-promise-example.