Animating a list re-order is nice, but what if we want to allow users to drag and drop the items themselves to do the re-ordering. That's what this episode is all about. We'll impliment a drag-n-drop system by hand with Livewire and then demonstrate the easier solution: pulling in the existing Livewire sortable plugin to do this for us.