Comment by wasmperson
10 days ago
> Instead of slow React renders (50ms?), every interaction is a client-server round trip.
This is true only if you use zero javascript, which isn't what the article is advocating for (and even with zero javascript there's quite a bit of client-side interactivity built-in to CSS and HTML). Besides: in practice most interactions in an SPA also involve network round trips, in addition to that slow react render.
No comments yet
Contribute on Hacker News ↗