I\'ve read a bunch of articles about the use of () => {} syntax, binding in the constructor, binding in the props etc.. but from what I understand, binding
() => {}
onDelete(e) { const id = e.target.dataset.id; } Remove