autoaction
autoaction copied to clipboard
Declarative data loading and action calling within react-redux
`autoaction` sounds very useful, however I think I'm misunderstanding how to use it. I tried to create an example where I have a `Dashboard` which has many `Cards`, some of...
The deep-equal dependency is missing when the package is installed from NPM. IT should be listed in package.json under dependencies.
When defining a decorator in the form: ``` js const actionCreators = { load: loadSpy }; const autoActions = { load: { args: (state, props) => "xyz", key: (state, props)...