top | item 32295195

(no title)

baisq | 3 years ago

You are saying that web apps are slow because of the server, when we all have seen web apps that are laggy even when showing animations when you hover over elements. Users with slow CPUs exist!

discuss

order

maccard|3 years ago

No, I'm saying that web apps are slow because there is no thought put into the architecture of the application, and the structure of the app likely matches the structure of the team, not the design of someone who considered holisticly how it would work.

Jorge1o1|3 years ago

>laggy even when showing animations Yes, often because those web apps use a javascript like popmotion instead of just plain css transitions.

Or some dev writes an onScroll or onHover function with zero debouncing.