logoalt Hacker News

array_key_firstyesterday at 1:11 AM1 replyview on HN

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.


Replies

b_e_n_t_o_nyesterday at 3:20 AM

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