- From: thecodejack <notifications@github.com>
- Date: Thu, 20 Dec 2018 01:36:08 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 December 2018 09:36:29 UTC
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