0.1.0 • Published 4 years ago

react-retux v0.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

React Retux

npm-version npm bundle size

Commitizen friendly Conventional Commits JavaScript Style Guide code style: prettier

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.