You can get a faster initial load going with SSR since you're basically skipping a round trip. The really smart SSR's like Redfin's react-server (https://github.com/redfin/react-server) give you faster "above the fold" rendering too.
Also, while Google can deal with them, a lot of crawlers don't understand SPA's. So if someone links to you from Facebook for example, their auto content loading doesn't work.
Also, while Google can deal with them, a lot of crawlers don't understand SPA's. So if someone links to you from Facebook for example, their auto content loading doesn't work.