Hacker News new | ask | show | jobs
by dmichulke 3094 days ago
> as simple as an up-vote on a comment would require a full page refresh

There are certainly ways to solve this declaratively.

1 comments

One of them being making all form submits asynchronous and not reload the entire page. Or the server sends only the bytes that it changes back.