This package contains a number of features that make working with Redux easy. For example, you can decorate a method with @ReduxAction. This method then sends a redux action every time it is called. In addition to @ReduxAction there are some more decorators available like @ReduxActionContext, @ReduxReducer, @ReduxSelect and @ReduxState. But that's not all! By using this package, you can also access your redux state directly from your view.

