1.1.2 • Published 4 years ago

redux-autowire v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

redux-autowire

This library was created to handle the common setup for most of my personal projects.

The goal is to have a single class that can create an action, dispatch that action, and handle that action while also removing the overhead of having to manage individual reducers and setting up reducers / types for actions. It also contains a helper decorator to properly connect the redux state to a react component.

Usage: see examples