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

Commit 44c2c1f

Browse files
committed
Attempt to reword intro for #23
1 parent ea03225 commit 44c2c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Service Worker Application Shell architecture
1+
# Application Shell Architecture
22

3-
A sample web app shell demonstrating a shell + content architecture using [Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/). This allows you to offline your 'shell', gaining performance advantages.
3+
A modern web application architecture leveraging [Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) to offline cache your application 'shell' and populate the content using JS. This means you can pixels get on the screen without the network, even if the content eventually comes from the network - a great performance win. In browsers without SW, we gracefully degrade to server-side rendering (e.g iOS).
44

55
## Goals
66

0 commit comments

Comments
 (0)