I'm learning #Vue. And as a React developer I just cannot get used to this syntax. Putting a function expression into a string feels so damn wrong to me. #WebDev
@preya 1. You rather put HTML structure in JavaScript.😜 2. This is even valid inline JS in Vanilla HTML 3. Usually you would use named method as a callback instead of inline JS