I want advice on React & deployment workflow

Hey All,

I have been diving into frontend projects these days & while building with . I realized deployment often feels trickier than the actual coding part. I am experimenting with different hosting solutions but I am still a bit confused about the best practices when it comes to scaling & keeping performance smooth.

I start facing small issues such as environment variable handling caching or sometimes even build errors that only appear after deployment.

I want to know how you all usually set up your React projects before deploying. Do you rely heavily on CI/CD pipelines or do you prefer manual setups for smaller apps Also do you have any tips for handling environment configs in a cleaner way. I want to hear your personal experiences or any common pitfalls to avoid.

Thank you.:slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.