dillon1000/react
Commit
Browse files React.lazy (#13398)
Lazily starts loading a component the first time it's rendered. The implementation is fairly simple and could be left to userspace, but since this is an important use case, there's value in standardization.
Changed paths3 files
First-parent comparisonpackages/react-reconciler/src/__tests__/ReactSuspense-test.internal.js ModifiedM packages/react/src/React.js ModifiedA packages/react/src/ReactLazy.js AddedPatch
Files changed
Rendering syntax-highlighted changes…