How to use .env in a React app using Create React App?
When you have a project that uses API keys or any other private keys, and want to push it on GitHub, you might probably want to hide those details from any other people who see the code. That's when you have store the API key as environment variable ...
blogs.bigomega.dev3 min read