Hacker News new | ask | show | jobs
by array_key_first 247 days ago
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.
1 comments

Yeah, but when it's used in conjunction with js frameworks it ends up being more complicated than pure SPA or SSR.