Open Bug 1502192 Opened 6 years ago

Use code splitting to reduce the size of the initial entry bundles

Categories

(Tree Management :: Treeherder: Frontend, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: emorley, Unassigned)

References

Details

Requires webpack 4's native `import()` support, so blocked on bug 1364894.

We can also use React 16.6's new `React.lazy()` instead of having to use react-loadable:
https://reactjs.org/blog/2018/10/23/react-v-16-6.html#reactlazy-code-splitting-with-suspense
https://reactjs.org/docs/code-splitting.html#reactlazy
You need to log in before you can comment on or make changes to this bug.