@vadistic/redux-model
v0.1.1
Published
react redux syntax with good typescript support and full redux compatibility
Downloads
3
Readme
@vadistic/redux-model
react redux syntax with good typescript support and full redux compatibility
Overview
- fully compatible with vanilla redux/react-redux
- reducer autoinjection (code-splittable)
- strongly typed actions & reducers (2-in-1 called "reactions") with no hassle
- optional immer support
- no dependencies
Installation
yarn add @vadistic/redux-model
Usage
see tests or example