DEV Community

Discussion on: Environment Variables in ReactJS.

Collapse
 
aman-godara profile image
Aman Godara • Edited

Thanks a lot!
One question:
if I set an env variable as integer value, will it automatically be converted to string when I access it using process.env.REACT_APP_SOME_VARIABLE?

Collapse
 
felixdusengimana profile image
Felix DUSENGIMANA

Yes, everything from the environment variables are casted to string data type.