nimplay / space-travelers

This project is a web application that consumes the SpaceX API. It provides commercial and scientific space travel services that allow users to book rockets and join selected space missions. Built with React/Redux (Redux ToolKit)
7 stars 1 forks source link

[3pt] Implement mission joining - Actions #38

Closed nimplay closed 2 years ago

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