blazor-dragdrop icon indicating copy to clipboard operation
blazor-dragdrop copied to clipboard

Question: Blazor-DragDrop Compatibility with Fluxor?

Open JasonIrby opened this issue 4 years ago • 1 comments

So we are wanting to this package for our drag-drop functionality. We are also wanting to integrate Fluxor.

We hit a bit of a roadblock when we realized that current drag-drop isn't well suited for Fluxor as we need to use one-way binding and dispatch an Action to modify the list instead of drag-drop doing it directly.

I believe https://github.com/Postlagerkarte/blazor-dragdrop/pull/107 would do what we need. Am I understanding that correctly? Or is there a better way? @ViRuSTriNiTy

Thanks in advance.

Jason

JasonIrby avatar May 07 '21 14:05 JasonIrby

Sorry for the late reply, did not get any message. Just for my understanding: you want use this package but you want to modify the list manually when a drop action is executed?

ViRuSTriNiTy avatar Jul 21 '21 17:07 ViRuSTriNiTy