Re: [w3c/webcomponents] Non-class based example of customElement.define() (#587)

I haven't seen how react works internally much 😁  . I just tried logging `componentDidMount ` and found that children's `componentDidMount` are called before parent's. But I am assuming due to virtual DOM that comes in react life cycle events, `componentDidMount ` is happening after child DOM ready and connected as well.

Regarding example, true that it is getting complicated. I think that's where frameworks like react or vue won the game over webcomponents. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/587#issuecomment-448933641

Received on Thursday, 20 December 2018 09:36:29 UTC