good alternative to react-draggable
Answered
English Angora posted this in #help-forum
English AngoraOP
trying to make a desktop looking website and react-draggable (which is the only library i could find for this) is really crappy.
it lags like hell has tons of bugs and isnt actively maintained anymore.
is there another package i can use?
it lags like hell has tons of bugs and isnt actively maintained anymore.
is there another package i can use?
14 Replies
Serengeti
The best alternative now is dnd-kit, but I don't remember if it cans make something like you want
I think
motion library might make itYou should check docs for details
@Serengeti I think `motion` library might make it
English AngoraOP
I'll look into it
Im not sure how I would use motion considering it's a animation library
@English Angora Im not sure how I would use motion considering it's a animation library
Serengeti
There is a simple api for dnd in
motionAnswer
Serengeti
@Serengeti There is a simple api for dnd in `motion`
Serengeti
I think you should use this
@Serengeti There is a simple api for dnd in `motion`
English AngoraOP
I didnt see this before I'll look into it
English AngoraOP
hey @Serengeti the motion drag animation works great
sadly the frosted glass effect is causing alot of lag so i will have to do away with that until i find a more optimized way
sadly the frosted glass effect is causing alot of lag so i will have to do away with that until i find a more optimized way
thanks for all the help