You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-DND is a massive library, which is vastly over-engineered for our purposes, and offers very poor accessibility support. This will take significant work with Sina to hack around, and consumes nearly 25% of our bundle size!
DNDkit offers good accessibility hooks, is more focused/limited (but not in ways that hurt us), and is 1/8th the size .
Both use the context consumer/provider model, so switching shouldn't be terrible. Totally worth exploring.
The text was updated successfully, but these errors were encountered:
@schanzer is there anything i can do as working on dnd-kit because I have experience working on this library can you please provide the production link so I can understand your problem
Hi @Anishali2 - I don't have a production link for this right now, but I'd be very curious to see how you would go about swapping out react-dnd and replacing it!
react-DND is a massive library, which is vastly over-engineered for our purposes, and offers very poor accessibility support. This will take significant work with Sina to hack around, and consumes nearly 25% of our bundle size!
DNDkit offers good accessibility hooks, is more focused/limited (but not in ways that hurt us), and is 1/8th the size .
Both use the context consumer/provider model, so switching shouldn't be terrible. Totally worth exploring.
The text was updated successfully, but these errors were encountered: