Content
@
https://warpcast.com/~/channel/nodejs
0 reply
0 recast
0 reaction
jatzelnigerson
@jatzelnigerson
What are some UI/UX moves that can make your app "feel" faster? Or the opposite - what UI things make a website feel frustratingly slow? A few examples: * Optimistic UI * mousedown instead of click * unnecessary spinners Doing a show on this
0 reply
0 recast
0 reaction
zuriq
@zuriq
Bad: * Hard page reloads * Fully Blocking UI (yeah, still exists) * All kinds of Layout shift * Loading indicators when the loading time is rather small (perceived perf) * Super long Hydration without replaying inputs from before (killing your inputs/ignoring button clicks)
0 reply
0 recast
0 reaction