Postlagerkarte/blazor-dragdrop

Question: Blazor-DragDrop Compatibility with Fluxor?

Opened this issue · 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 #107 would do what we need. Am I understanding that correctly? Or is there a better way? @ViRuSTriNiTy

Thanks in advance.

Jason

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?