DEV Community

Discussion on: Deploy a React app on heroku the right way

Collapse
 
lysofdev profile image
Esteban Hernández

If we are just building once and serving static files, we could also build locally or on a dedicated build server, and deploy the static files on a CDN like S3. This will provide a faster, initial loading time. However, we can rely on Heroku as a fallback for server-side rendering.