python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React App production build process and environment variables
I have a react app. For QA i will build my app, with QA .env variables, from git tag QA-v1.0.0, which are immutable and bundled into the application build. I will then have an image tagged as QA-v1.0....
rubio
Votes: 0
Answers: 0
Separating Dev Prod Environments In AWS
I’m my scenario wants to separate out the production environment from our development environments.
We'd like to only have our production systems on one AWS account and all other systems and services ...
Santosh Baruah
Votes: 0
Answers: 3
Workflow: Docker Services from Development to Production - Best Practice
I have been developing a web application using Python, Flask, Docker(-Compose) and git/github and getting to the point where I try to figure out the best way/workflow to bring it to production. I have...
Phil
Votes: 0
Answers: 0
Reload React application (frontend) after building it
I have a React app created with CRA. Every time I deploy it to production and build it, the hashes in the chunk filenames change. At that moment the app fails silently (just shows the user a blank pag...
korzen
Votes: 0
Answers: 0