AndreaM2429 / Space_Travelers_Hub

Web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
MIT License
10 stars 1 forks source link

Rockets: fetch and render data #29

Closed AndreaM2429 closed 1 year ago

AndreaM2429 commented 1 year ago

Hi @HFG43, I would like to merge the new features into the develop branch. The new features are:

Milestones:

📌 Fetch data from the Rockets endpoint when the application starts. 📌 Once the data are fetched, dispatch an action to store the selected data in the Redux store. 📌 Use useSelector() Redux Hook to select the state slices and render lists of rockets in the corresponding components.

General requirements:

Thanks in advance for taking some time to review the changes.