JC Franco

Results 312 comments of JC Franco

Test case: http://jsbin.com/sihikodopi/edit?html,output

We encountered this as well. In case it helps, [here's](https://github.com/jcfranco/stencil-hydrated-selector-not-applied-to-components-output) another repro case closer to our setup.

@johan-gorter For the `WrapUp` phase, is the idea to only modify the DOM directly (i.e., no VDOM)? For example, if during `Measure` I know that I need to add/remove a...

@johan-gorter That makes sense, thanks for the explanation.

> What is most important for me, is a simple to understand API with as much Typescript support as possible. Agreed! Maquette has a really nice and simple API worth...

> right now, maquette actually uses the attribute/property onclick, on...etc to register the eventhandler, instead of using addEventListener. This is the reason why focusin/out and custom events don't work. Right....

I really dig this proposal. It makes it easy to flip to the new eventing system and keeps the API pretty much the same. It may be easy to miss...

Good point on TS marking deprecated props. About the capture event notation, whatever you decide will be great. I was merely suggesting a convention I've seen around in [`React`](https://reactjs.org/docs/events.html#supported-events) and...

Thanks for the status update. It is very exciting to see that you are planning to add support for custom element events. > When we get to implement this, we...

Apologies for the delay. I'll look into this next week.