I have an action that updates the notification state of my application. Usually, this notification will be an error or info of some sort. I need to then dispatch another act
You can do this with redux-thunk. There is a guide in redux document for async actions like setTimeout.