In the world of web development, deploying a React application to production is a crucial step in making your application available to users. There...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
React app's build output is just html, css, JavaScript you don't need to install the whole dependencies for deploying it to vps.
yes
No you don't, you just need the statics that the builder outputs
I believe Netlify is also worth considering because it provides services similar to Vercel.
Absolutely !👍
Yes
Hey, this article appears to have been generated with the assistance of ChatGPT or possibly some other AI tool.
We allow our community members to use AI assistance when writing articles as long as they abide by our guidelines. Please review the guidelines and edit your post to add a disclaimer.
We hope you understand and take care to follow our guidelines going forward.
What challenges have you faced while deploying React applications to production, and how did you overcome them?
During Deployment , I faced quite issue like CORS , to overcome that i done research on base level to resolve that problem.
Deploying and managing full images for a Kubernetes approach soon becomes cumbersome and overkill. I’d prefer to remove the dependency of node in a secure infrastructure and host static assets from a secure bucket or such. Leverage GitHub Actions as much as possible. I prefer to remove as much dependency as possible.
I’m sorry but how is this article “comprehensive”?
It very basically and barely describes a few deployment options but it is far from something that is related to the effort of actually putting a web app to production.
Deployment is one thing but for production you would need to consider a lot of things inside the application’s configuration, ie env settings, optimisations, source maps, caches, logging, monitoring, load balancing, dns settings, gateways and million other things.
These types of basic and very superficial articles are not providing any value for people who ACTUALLY need practical help with publishing their first production apps.
good info.
Thanks!
It is nice 👍
Thanks!
Why do we need kubernetes for frontend applications
While very informative, this appears generated by AI. Answers a question we had nonetheless :)
AI
The amount of AI generated articles is over the roof...
You didn't include deploying to firebase which is also the easiest way to deploy.
++ Netlify 👍🌿
Yeah
This is very helpful for