You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/ecosystem/service-workers/app-shell.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
# App shell pattern
2
2
3
-
The [App shell pattern](https://developers.google.com/web/fundamentals/architecture/app-shell) is a way to render a portion of your application using a route at build time.
3
+
The [App shell pattern](https://developer.chrome.com/blog/app-shell) is a way to render a portion of your application using a route at build time.
4
4
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.
5
5
6
6
This gives users a meaningful first paint of your application that appears quickly because the browser can render the HTML and CSS without the need to initialize any JavaScript.
7
7
8
-
Learn more in [The App Shell Model](https://developers.google.com/web/fundamentals/architecture/app-shell).
0 commit comments