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

@daKmoR 
You are welcome.

Regarding loading of translations, yes it's still valid.
Normally the workflow is as follows on `componentDidMount()` -> `fetch()` some data -> then call `setState()` -> will trigger `componentDidUpdate`, etc.

I really like this interactive diagram for React Lifecycle hooks and would wish similiar for custom elements:
http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/

-- 
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-448952733

Received on Thursday, 20 December 2018 10:42:38 UTC