tiagomarin / Space-Travelers-Hub

The Space Traveler's Hub is an application where users can check out availble space rockets and book them or cancel the previously made booking. Also users can find a list of current missions along with their brief description and can join the selected mission or leave the mission the user joined earlier.
MIT License
7 stars 0 forks source link

[3pt] Implement mission joining - Actions #70

Open tiagomarin opened 2 years ago

tiagomarin 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.