Remix.run Logo
solarkraft 6 days ago

Small aside: I’m still looking for a framework/UI library fully designed and developed micro-interactions. Even the best ones tend to have jumps that feel like glitches.

blvdmitry 6 days ago | parent [-]

do you have some examples of what you would want to get improved/added? We’re building an additional set of components now that could provide more of the micro interactions

sandblast 6 days ago | parent | next [-]

When you have two dots in slider component and quickly move one of those over and past the other one, that second dot also unexpectedly changes position in unpredictable ways.

blvdmitry 6 days ago | parent [-]

This one is fixed in the latest canary, haven't updated the docs yet though

solarkraft 6 days ago | parent | prev [-]

The slider component's label just appears and disappears and looks a bit out of place in dark mode (this was the first thing I noticed on mobile). The switch isn't draggable and doesn't react to presses.

These were a lot less obvious than with some other libraries (including ones claiming to be meticulously designed ...) and I have to extend some props for almost everything that animates in also animating out (almost everybody messes this up and it irritates me a lot, just leave it unanimated if you're not going to finish it ...).

In total I think this is a pretty high quality library. Definitely not bad!