Hacker News new | ask | show | jobs
by PlutoIsAPlanet 694 days ago
> Remind me again why we decided to do all this stuff client side?

I would guess easier reactivity and state management on the client. You don't have to do things the jQuery way in manually having to sync your DOM to your data on changes/api data.