SnakyMz / Space-Travellers-Hub

A website that displays rockets and missions from SpaceX. It also allows user to reserve any rocket/mission and displays them in the My Profile section. Built with React and Redux.
https://space-travellers-hub-y40g.onrender.com/
MIT License
0 stars 0 forks source link

[3pt] Implement rocket booking - Actions #12

Closed SnakyMz closed 1 year ago

SnakyMz commented 1 year 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.