avatar

Javascript 17

  • Published on
    [Faster async functions and promises](https://v8.dev/blog/fast-async)을 번역 요약한 글입니다. ```toc from-heading: 2 to-heading: 3 ``` 자바스크립트의 비동기 처리는 예전부터 특별히 빠르지 않다는 비판을 많이 받아 왔다. 설상가상으로, 자바스크립트 애플리케이션 (특히 ...
  • Published on
    [The cost of JavaScript in 2019](https://v8.dev/blog/cost-of-javascript-2019)을 번역 요약한 글입니다. ```toc tight: true, from-heading: 2 to-heading: 3 ``` <iframe src="https://www.youtube.com/embed/X9eRLElSW...
  • Published on
    [Apply instant loading with the PRPL pattern](https://web.dev/apply-instant-loading-with-prpl/)을 번역한 글입니다. PRPL은 웹 페이지를 로드하고 인터랙티브 할 수 있게 금 더욱 빠르게 만드는 패턴을 설명하는 약어다. ## 요약 - 중요한 리소스를 미리 로드해라 (Push (...