Skip to content

Ability to dispatch a batch of actions that are run in order. #66

@pablolimo

Description

@pablolimo

So until now we're able to do storage.dispatch({type: 'action_name'}); but it'd be useful to be able to dispatch several actions in a row, something like storage.dispatch([{type: 'action_01_name'}, {type: 'action_02_name'}, {type: 'action_03_name'}, {type: 'action_04_name'}]);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions