Hey guys, I have a REACT page in my app. I want to use an enviroment variable to call to an API to load the page with the info I need.
I tried to use process.env.APIKEY but that didn't work.
Are we unable to use environment variables like this for the frontend apps?
If not what would be the best way to do this?