Have you looked at https://github.com/react-grid-layout/react-grid-layout?
It supports drag and drop and also resizing on web with React, and I believe some people have gotten it to work well on mobile interfaces by adding a hold toggle to enable dragging vs scrolling.
I also have a web demo template here.
Hope this helps!