ndayishimiyeeric / space-travelers-hub

Space travelers-hub is single page web application where you can get Rockets and Missions available to go in the space features are Reserve a Rocket by clicking Reserve, Cancel Reservation of a Rocket, Join a Mission, Leave a Joined mission. See reserved rockets and joined mission check My Profile tab.
https://nderic-space-travelers-hub.netlify.app/
MIT License
5 stars 0 forks source link

[3pt] Implement rocket booking - Actions #12

Open ndayishimiyeeric opened 2 years ago

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