Published on2020-11-17서버 사이드 이벤트 (Server Side Events, SSE)javascriptnodejsbrowserweb이거 꼭 한번 해보고 싶었는데 😭
Published on2020-07-06빠른 로딩을 위한 PRPL 패턴javascriptwebbrowser[Apply instant loading with the PRPL pattern](https://web.dev/apply-instant-loading-with-prpl/)을 번역한 글입니다. PRPL은 웹 페이지를 로드하고 인터랙티브 할 수 있게 금 더욱 빠르게 만드는 패턴을 설명하는 약어다. ## 요약 - 중요한 리소스를 미리 로드해라 (Push (...
Published on2020-07-06주요 렌더링 경로 - 브라우저의 원리를 이해하고 최적화 하기javascriptwebbrowser[Critical Rendering Path](https://developers.google.com/web/fundamentals/performance/critical-rendering-path?hl=ko)를 요약했습니다. 이글을 보는게 더 나아요 사실 ```toc tight: true, from-heading: 2 to-heading: 3 ``` 성...