and because I am an old I find that with React I end up...
@shellen and because I am an old I find that with React I end up doing prop drilling to manage components, whereas in Lit you do <button @click="${()=>this.remove()">X</button> and now you have a "delete" button.