'Where will I do request in react
Where can I make a axios request and save the data in redux? In which component should I do this? My API is https://www.weatherapi.com/api-explorer.aspx, I only need to make 1 request for the whole program.
Solution 1:[1]
In your main component in the onMounted/created hook
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Asad Awadia |
