React
Injecting Variables At Build Time
React recognizes either environment variables or variables defined in a .env
file located at the project root. React only recognizes variables which begin with REACT_APP_
Environment variables take precedence over those defined in the .env
file.
Imported variables are available in the React environment under process.env
: