lore-hook-bind-actions
Binds all actions to the dispatch method of the Redux store
Binds all actions to the dispatch method of the Redux store
This hook depends on:
Because this hook generates actions, it needs the models
and collections
to exist before it runs.
The actions
dependency comes from the fact that the role of this hook is to bind the actions to the dispatch()
method of the Redux store.
The redux
dependency comes from the fact that it needs the Redux store to exist before it can get the dispatch()
method.