Using Environment Variables in ReactJS
Why you need them and how to use them
Nov 4 · 3 min read

If you’re using ReactJS and are accessing some API endpoint, you may have come across environment variables. In this tutorial, I will take you through how to use environment variables.
Assumption: You’re familiar with the Create React App and are using it to create your React application.


