1. 26
    Dispatch a Single State ADT Based Redux Action
    2m 12s

Dispatch a Single State ADT Based Redux Action

Share this video with your friends

Send Tweet

So far all of our actions have been implemented as a series of well timed events. We are also capable of not using any of our middleware and just dispatching a normal simple action with no frills or fuss. To complete this game out, we implement the simplest of our action dispatching functions to allow the player to restart the same once it has been concluded.

Eduardo Moroni
Eduardo Moroni
~ 5 years ago

Wonderful job. Congratulations