Live data from Hacker News

react-beautiful-dnd 10.0: faster, more powerful

github.com

1–8 of 8 posts

Re: react-beautiful-dnd 10.0: faster, more powerful

#2
Can someone help me compare this with https://github.com/bevacqua/react-dragula and https://github.com/react-dnd/react-dnd? Which one is better, what are the pros and cons?

Which one would you choose to build something like https://trello.com, or https://dynalist.io, or https://nulis.io?

Re: react-beautiful-dnd 10.0: faster, more powerful

#3

Can someone help me compare this with https://github.com/bevacqua/react-dragula and https://github.com/react-dnd/react-dnd ? Which one is better, what are the pros and cons? Which one would you choose to build something like https://trello.com , or https://dynalist.io , or https://nulis.io ?

Your first library has not been updated in 2 years, good luck using it.

Re: react-beautiful-dnd 10.0: faster, more powerful

#4

Can someone help me compare this with https://github.com/bevacqua/react-dragula and https://github.com/react-dnd/react-dnd ? Which one is better, what are the pros and cons? Which one would you choose to build something like https://trello.com , or https://dynalist.io , or https://nulis.io ?

Your first library has not been updated in 2 years, good luck using it.

Haha! Maybe it’s bug free and complete?

Re: react-beautiful-dnd 10.0: faster, more powerful

#5

Can someone help me compare this with https://github.com/bevacqua/react-dragula and https://github.com/react-dnd/react-dnd ? Which one is better, what are the pros and cons? Which one would you choose to build something like https://trello.com , or https://dynalist.io , or https://nulis.io ?

We currently use react-dnd at my company. Overall, I think the documentation could use improvement but it can get you pretty far.

However, one thing I will say is we haven't fully finished handling multi-drag-and-drop and I think it will be challenging. That isn't really a use case that is mentioned in the documentation whereas react-beautiful-dnd has documentation specifically about that use case.

I haven't really had a chance to try react-beautiful-dnd though but I think it's worth trying out if you have no dnd prior in your application.

Re: react-beautiful-dnd 10.0: faster, more powerful

#6

Can someone help me compare this with https://github.com/bevacqua/react-dragula and https://github.com/react-dnd/react-dnd ? Which one is better, what are the pros and cons? Which one would you choose to build something like https://trello.com , or https://dynalist.io , or https://nulis.io ?

Your first library has not been updated in 2 years, good luck using it.

React's backward-compatibility for client code is fantastic.

Re: react-beautiful-dnd 10.0: faster, more powerful

#7
post #4

Earlier quoted context omitted.

Your first library has not been updated in 2 years, good luck using it.

Haha! Maybe it’s bug free and complete?

I just tried setting it up in the latest create-react-app. The example needed some modification but did work eventually. I wouldn't recommend it.

Re: react-beautiful-dnd 10.0: faster, more powerful

#8
post #6

Earlier quoted context omitted.

Your first library has not been updated in 2 years, good luck using it.

React's backward-compatibility for client code is fantastic.

I'd wonder more about polished UX. Drag and drop just seems like something that's quirky to get right, especially across mobile devices.