Using react-beautiful-dnd with Next.JS

added by JavaScript Kicks
10/12/2020 12:03:47 PM

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