They expect to have server side rendering, so end user will get just HTML (except the parts that require js even today), so older browsers should still work
Server-side rendering isn't a panacea. I would be surprised if they were using it to do more than bootstrap an interactive frontend web component, which would then inherit all of the problems I'm referring to. That's how everyone else does server-side rendering, at least.