action-u
v0.2.0
Published
Redux Action Generator (promoting action creators and types)
Downloads
64
Maintainers
Readme
action-u
The action-u library provides a utility that auto generates your [redux] [action creators], and introduces organization to your [actions] through a JSON-based [ActionStruct]. This structure instinctively groups related actions, implicitly defines your action types, and seamlessly promotes both [action creators] and action types throughout your application. This automates a tedious process, and promotes an overall organization to your actions.