Extending react-grid-layout: Cross-Instance Drag & Drop + Multi-Level Nesting
react-grid-layout is great for single-grid drag & drop, but it doesn't support: Moving items between separate grid instances Nesting grids inside grids with independent layout state Here's how I extended it to handle both, in a React + TypeScript setup. The problem cross-grid multi-level dnd Approach Inspected react-grid-layout source core Result Curious if anyone's tackled this differently -…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.