defered static rendering
Put simply, this defers static generation until a visitor uses the page, then gatsby cloud will generate on request...
My understanding is that the CRA component tree would have to be lazy loaded/ NOT SSR as only logged in Users should be able to run it. IF it was statically generated it would be sort of public info.