Skip to content

Commit 1db89a7

Browse files
committed
100만원빵 블로그 다 썼다
1 parent add1198 commit 1db89a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blog/2018/pwa/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h2>웹에서 새로운 사용자 경험을 제공하는 방법론</h2>
3636
<ol start="1"><li>FIRE 원칙
3737
</li><li>Service Worker
3838
</li><li>Web App manifest
39-
</li><li>App Shell 구성하기
4039
</li></ol>
4140
<br>
4241
<h3>Current Status of PWA</h3>
@@ -305,8 +304,10 @@ <h4>Frame 제거하기</h4>
305304

306305
&lt;<span class="sf_code_syntax_character">meta</span> <span class="sf_code_syntax_keyword">name</span>=<span class="sf_code_syntax_string">"mobile-web-app-capable"</span> <span class="sf_code_syntax_keyword">content</span>=<span class="sf_code_syntax_string">"yes"</span>&gt;</code></pre>
307306
<p><br></p>
308-
<h3>App shell 구성하기</h3>
309-
<p>작성 중</p>
307+
<h3>마무리</h3>
308+
<p>이번에는 Static resource를 서비스워커에 등록하고 Web App Manifest를 등록하는 아주 간단한 과정만 진행해보았다.
309+
이어지는 다음 글에서는 App Shell을 이용해 동적 콘텐츠와 App Shell을 분리하여 유저가 다시 다운로드 받을 리소르를 줄이고,
310+
핵심 데이터들은 Local Storage에 저장하여 오프라인 환경에서도 불러올 수 있도록 해보자.</p>
310311
</div></article>
311312
</body>
312313
</html>

0 commit comments

Comments
 (0)