Code-Splitting Components with the Universal Higher-Order Component

InstructorTim Kindberg

Share this video with your friends

Send Tweet

We’ll use the universal higher-order component to enhance components that we’d like webpack to split into their own javascript bundles. These components will not load their javascript or css until React needs them for rendering.