Doit v2 more from Doit
Doit deletion button
What we gotta do to delete an entry? We can't just not display it, we have to alter state enough to remove the entry from the array entirely.
function DeleteButton({ idx, entryArray, setEntryArray }) {
//Delete an entry from th...
fitzentoaster.hashnode.dev1 min read