DyaryRaoof / space-travelers-hub

In this website, we worked with the real live data from the SpaceX API. Our task was to build a 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.
2 stars 1 forks source link

Fetched missions #27

Closed DyaryRaoof closed 2 years ago

DyaryRaoof commented 2 years ago

Installed redux, axios, redux-thunk created missions reducer; created getMissions action creator. created fechMissions api request; implemented functionality to get missions from API and update the state only once. Prevented recurrent calls to API when route is visited multiple times.