ericmahare / space-travellers-hub

The Space Travelers hub is an application that allows adventurers to make custom reservations of rockets and dragons for space travel. Also, users have an opportunity to select a mission of their choice.
MIT License
1 stars 0 forks source link

[3pt] Implement mission joining - Actions #12

Open ericmahare opened 2 years ago

ericmahare commented 2 years ago


- Regardless of which method you choose, make sure you place all your logic in the reducer. In the React view file, you should only dispatch the action with the correct rocket ID as an argument.