How To use .env in Reactjs
To use .env in react :
\=> You need to create .env file .
\=> Open the .env file and declare your environment variable.
REACT_APP_NAME=react app
REACT_APP_CLIENT_ID=adkksclsc.cscd52
Note: React enforces the prefix REACT_APP on every custom variable....
ayoubblog.com1 min read