Sortable with custom ImageComponent
Using react-sortable-hoc we can reorder the Gallery using drag and drop. This requires you to use Gallery's custom ImageComponent prop because it will need to be passed into the SortableElement HOC.
Using react-sortable-hoc we can reorder the Gallery using drag and drop. This requires you to use Gallery's custom ImageComponent prop because it will need to be passed into the SortableElement HOC.