Does Next.js UI Streaming with React Suspense Boundaries affect SEO and the serialized html the crawlers see?
I have been exploring the Next.js official docs about the UI Streaming feature they have added, They clearly mention that this feature does not affect SEO, but I was wondering what does the crawler see when it visits my page and which part will be included in the SEO? Does it wait for the UI streaming to finish or it just sees the ready-to-serve html that is initially sent from the server to the client?