How to use Api response data in different files in React

I am working on a react project. I am getting data from openWeather API in a file. I want to use that response data on different locations in different components. Experts, please help me to solve the issue.