Home
Lazy preloading
  • Set browser (e.g. Chrome, Edge) network to Fast or Slow 3G to see the effect
  • Panel2 is simply loaded by React.lazy witch will show a full page Suspense loading page (Has page flash effect)
  • Panel3 is loaded by lazyWithPreload (No page flash effect) and withProcessIndicator for indicating loading state
Panel1