diarisdiakite / space-travelers

React & Redux group project.
MIT License
5 stars 0 forks source link

Rockets setup, fetch data and display Rockets #52

Closed kambereBr closed 1 year ago

kambereBr commented 1 year ago

In this Pull Request, I've:

✔️ Created a route to navigate to the Rockets component ✔️ Create a directory for all Redux state slice files. ✔️Fetched data from the Rockets endpoint (https://api.spacexdata.com/v/rockets) when the application starts ✔️Uses useSelector() Redux Hook to select the state slices and render lists of rockets in corresponding routes

kambereBr commented 1 year ago

✔️ rocketsSlice renamed to rocketsReducer in store.js file