I realize this is a basic question but I had no luck finding the answer elsewhere.
Is store.dispatch synchronous or asynchronous in Redux ?
In case it is asynchronous is there a possibility to add a callback after the action has been propagated as it is possible with React ?