- From: Andreas <notifications@github.com>
- Date: Thu, 20 Dec 2018 02:42:17 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 December 2018 10:42:38 UTC
@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