Content pfp
Content
@
https://warpcast.com/~/channel/nodejs
0 reply
0 recast
0 reaction

jatzelnigerson pfp
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 pfp
zuriq
@zuriq
One issue with mousedown is also that it does not work well with keyboards. In react, React Aria uses a onPress which is nice and onPressStart is a nice replacement for mousedown
0 reply
0 recast
0 reaction