SSR can be a tactic to avoid complexity. Basically, let's not duplication state on the frontend and then create synchronization. Just say the backend owns it.
Yeah, but when it's used in conjunction with js frameworks it ends up being more complicated than pure SPA or SSR.
Yeah, but when it's used in conjunction with js frameworks it ends up being more complicated than pure SPA or SSR.