Sortable lists are extremely useful and extremely common in web applications. Let's build one in React Router. We'll use the powerful and popular dnd kit, with a dash of shadcn/ui.
A summarized task list for accomplishing this:
Update the React Rout...