Category Archives: React

ReactJS + Docker – Environment Variables

React Environment Variables Packaging your ReactJS application as a Docker container provides all of the usual Docker benefits: portability, ease of maintenance, cloud support, standardization, and on and on and on. One pitfall of using client-side rendering with React is with the use of environment variables. Lets look at a quick example: In this example,

Read More