
Andrii Taranenkoreact-grid-layout is great for single-grid drag & drop, but it doesn't support: Moving items...
react-grid-layout is great for single-grid drag & drop, but it doesn't support:
Here's how I extended it to handle both, in a React + TypeScript setup.
cross-grid multi-level dnd
Inspected react-grid-layout source core
Curious if anyone's tackled this differently - patched the lib, wrapped it, or used dnd-kit instead?