I want to store APIs in configuration file so when I deployed this on Development or on Production I just have to change the url on config file not in all js file. But I don't know how to use configuration file in react.js
I tried using react-global-configuration but didn't got any results ! Can anyone please tell me how to achieve this ?