Environment Variables in React
It is a very common and encouraged practice, not to store any API key or secret in your react apps. This is quite a nice suggestion because you want your API keys to be secure and un-exposed.
This is even suggested by the CRA team and I quote
Your p...
m3rashid.hashnode.dev2 min read