USER INTERFACE LIBRARIES
React
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Overview
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
:
|
|
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .