issues
search
eric2umeh
/
space-travellers-hub
A company application that provides commercial and scientific space travel services. It will allow users to book rockets and join selected space missions. Built with React and Redux.
MIT License
7
stars
1
forks
source link
Fetch rockets
#27
Closed
eric2umeh
closed
1 year ago
eric2umeh
commented
1 year ago
In this PR,
Fetch data from the Rockets
endpoint
when the application starts
Dispatch an action to store the selected data in the Redux store: id, name, type, flickr_images
Use npm axios for fetching data
UseEffect to call it once
Linter check
In this PR,