[Solved] React Drag and Drop plugin suggestion


Here I created for you a small example that tries to replicate the drag in a placeholder behavior from the link you shared above.

Keep in mind that you have total freedom to create how many droppable targets as you want and make them accept different types of items, based on what you specify in accept array of useDrop hook.

I hope it helps.

2

solved React Drag and Drop plugin suggestion