Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

#9456 fix #9466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/en/fundamentals/architecture/app-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_path: /web/fundamentals/_project.yaml
book_path: /web/fundamentals/_book.yaml
description: Application shell architecture keeps your UI local and loads content dynamically without sacrificing the linkability and discoverability of the web.

{# wf_updated_on: 2019-05-02 #}
{# wf_updated_on: 2021-11-25 #}
{# wf_published_on: 2016-09-27 #}
{# wf_blink_components: N/A #}

Expand Down Expand Up @@ -118,7 +118,7 @@ sources.
<figure>
<img src="images/wikipedia.jpg"
alt="Offline Wikipedia app using an application shell with content caching">
<figcaption>Jake Archibald’s <a href="https://wiki-offline.jakearchibald.com/wiki/Rick_and_Morty">offline Wikipedia application</a> is a good example of a PWA that uses an app shell model. It loads instantly on repeat visits, but dynamically fetches content using JS. This content is then cached offline for future visits.
<figcaption>Jake Archibald’s <a href="https://github.com/jakearchibald/offline-wikipedia">offline Wikipedia source code</a> is a good example of a PWA that uses an app shell model. It loads instantly on repeat visits, but dynamically fetches content using JS. This content is then cached offline for future visits.
</figcaption>
</figure>

Expand Down