Javascript – Communication from child component to parent with Stencil.js
What is the best method to send data from a child component to the parent in Stencil.js? I tried using a callback method, but it looks like it is imperative to use Events to accomplish this. It seems to me…