React - Suspence
Suspence lets you display a fallback until its children have finished loading. This mechanizm can be used for code splitting or displaying loading state of the screen
Suspence supports rendering fallback components that replace awaited content
Suspence stacking
I know I can use suspence for whole parts of the components tree. I am aware of the mechanizms like deffered values or transitions that must be wrapped with Suspence
React code splitting
I know how to chunk bundle into smaller pieces using Suspence and lazy loading. I know how to provide fallback components
I know I can use suspence for whole parts of the components tree. I am aware of the mechanizms like deffered values or transitions that must be wrapped with Suspence
I know how to chunk bundle into smaller pieces using Suspence and lazy loading. I know how to provide fallback components