But overall, I’ve done a lot with SSR and I’ve generally found that it doesn’t make for a very great or polished front-end UX. It works, and for fast development, internal projects, or mostly-static content, it’s probably good enough. But to really get a snappy, responsive experience on the frontend, having some kind of decoupled client-rendered UI does feel better from a user’s perspective. Also makes it easier to integrate into a mobile app if you ever need to add that, as it would be talking to the same APIs that the web client uses