Kunal Vijayshree Choudhary
@KunalVChoudharyAll solutions
Responsive Todo-List Using HTML, Bootstrap, SCSS, and JavaScript
#bootstrap#sass/scssSubmitted 9 months agoIn my Todo-List application, I'm implementing a 'Drag and Drop' feature. Currently, I'm storing each task's index as a dataset in the list elements. After a drag-and-drop action, I need to re-render the entire list to update the dataset indexes correctly, as failing to do so leads to an incorrect order. I’m looking for suggestions on how to optimize this process or alternatives that would allow me to avoid re-rendering the entire list.