jicamargo / space-travelers

A Space-X-React-Group app built with React, Redux, CSS, and HTML. Users can view information about the latest Space-X launches, rockets, and missions. The app also features a search function, allowing users to search for information about specific launches, rockets, or missions.👌
https://space-travelers-five.vercel.app
MIT License
2 stars 0 forks source link

[3pt] Implement mission joining - Actions #10

Open jicamargo opened 1 year ago

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