✔️ 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
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