Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
402 stars 96 forks source link

Question: Blazor-DragDrop Compatibility with Fluxor? #115

Open JasonIrby opened 3 years ago

JasonIrby commented 3 years ago

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

ViRuSTriNiTy commented 3 years ago

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?