Suspense Boundary
↔ Component Hierarchy wrap by <Suspense\>
to suspend render children
with fallback
until ready
References
<Suspense>
↔Suspense API
Wrapper to define Suspense Boundary to allow Lazy LoadLazy()
↔ React API function to Lazy Load FC for Suspense Boundaryfallback
↔prop
to set JSX placeholder for Suspense Boundary when Lazy Loadingloading.tsx
↔ ( Next 13 ) Page toexport default
loading UI on Trigger Suspense Boundary