2420 Views
The defacto standard for drag and drop in React is `react-beautiful-dnd`, however there are some caveats when it comes to using with a server side rendering library like Next.js. One call to `resetServerContext` in the custom `_document` will take care of all the issues.
0 comments