When you create a React app how do you actually de...
# help
a
When you create a React app how do you actually deploy it your static website hosting during debugging? @thdxr The guides jump into building a react app, and there is later section on production deployment pipelines.
I see invalidation of CloudFormation so could be indicator here
Copy code
andrew-bar-raiser-particpant-HostingStack | UPDATE_IN_PROGRESS | Custom::SSTCloudFrontInvalidation | SiteCloudFrontInvalidationE37E8ADB
Checking deploy status...
Checking deploy status...
Checking deploy status...
t
in local development mode you start your frontend seperately as usual
sst deploy will deploy it for real
a
does this mean you have to manually omit the fronted from deployment, if there were no changes, or is it smart enough to do that itself?
i think it always deploys it, but I'm not 100% certain how it works in the new version
t
It always builds it but it won't always deploy if there's no change
a
was this always like this? I could have sworn it always did the cloudfront invalidation thing...