Y
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
b_e_n_t_o_n
247 days ago
Yeah, but when it's used in conjunction with js frameworks it ends up being
more
complicated than pure SPA or SSR.
link