Reorder a list in ToDoList using up and down button for task in ReactJS
Suppose I have 5 list items TodoList.
item_1 Down
item_2 Up Down
item_3 Up Down
item_4 Up Down
item_5 Up
Clicking on up, move item to up and clicking on down, move item down in ReactJS. How do I achieve this?