SA
Skip to main content

Dynamic Import

TechnologyMy ExplanationSpec
React LazyMark component "not important." React will load this after the initial load.React 16 (2017) Standard
ReactA "slot" for lazy components to pop in. React will load this after the initial load.React 16 (2017) Standard
ECMAScript Dynamic ImportLoading an ECMAScript module asynchronouslyES9 (2018) Standard
Next.js Dynamic ImportReact Lazy + Suspense WrapperNext.js 7 (2018) Proprietary

Links to This Note