75%
Apps
Alert

tunefullscreen

What is an "app shell?"

Angular

  • Application shell is a way to render a portion of your application using a route at build time. It can improve the user experience by quickly launching a static rendered page (a skeleton common to all pages) while the browser downloads the full client version and switches to it automatically after the code loads. *