File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ <h2>웹에서 새로운 사용자 경험을 제공하는 방법론</h2>
36
36
< ol start ="1 "> < li > FIRE 원칙
37
37
</ li > < li > Service Worker
38
38
</ li > < li > Web App manifest
39
- </ li > < li > App Shell 구성하기
40
39
</ li > </ ol >
41
40
< br >
42
41
< h3 > Current Status of PWA</ h3 >
@@ -305,8 +304,10 @@ <h4>Frame 제거하기</h4>
305
304
306
305
<< 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 > ></ code > </ pre >
307
306
< 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 >
310
311
</ div > </ article >
311
312
</ body >
312
313
</ html >
You can’t perform that action at this time.
0 commit comments