Comment on Why Is the Front End Stack So Complicated?parentComments−DrScientist2yYep.Modern clients are complicated because state management is complex.Ironically, that's what the early web largely got rid of - for example this web page I'm using now has very little state to manage.−DanielHB2yyeah, because keeping state in a backend-cookie-based-session was a huge pain in the ass
Comments
Yep.
Modern clients are complicated because state management is complex.
Ironically, that's what the early web largely got rid of - for example this web page I'm using now has very little state to manage.
yeah, because keeping state in a backend-cookie-based-session was a huge pain in the ass