jiti-meet/react/features/app
Leonard Kim 9215b1e8b2 ref(app): move initialization into componentDidMount
componentWillMount is a deprecated lifecycle method;
componentDidMount should be used to kick off things
like ajax. In the case of the _App hierarchy, a promise
chain is used to perform initialization, and it is
first started in the constructor by initializing
storage. However, by the time storage is initialized,
resolving the first promise, _App has already mounted.
So, move it all to the componentDidMount lifecycle.
2019-01-02 10:02:04 +01:00
..
components ref(app): move initialization into componentDidMount 2019-01-02 10:02:04 +01:00
actions.js Fix processing context root 2018-08-16 12:02:14 +02:00
functions.any.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
functions.native.js core: refactor routing (continued) 2018-07-11 22:58:41 -05:00
functions.web.js core: refactor routing (continued) 2018-07-11 22:58:41 -05:00
getRouteToRender.js core: refactor routing (continued) 2018-07-11 22:58:41 -05:00
index.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
middleware.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00