javascript weekly 2020-05-30


Snowpack 2.0: A Build System for the Modern Web

Snowpack 2.0

  • O(1) 빌드 시스템

    일반적인 빌드는 O(n) 인데 반해 스노우팩은 O(1)
    O(1) 빌드는 빠르고, 예측가능하고, 추론 및 구성이 쉬움
    프로젝트 규모와 빌드 시간의 의존성이 끊어짐
    각각의 파일은 캐시에 유리해짐

  • 더 빠른 dev

  • 빌드 커스터마이징

A First Look at Records and Tuples

A First Look at Records and Tuples

  • ECMAScript proposal “Record & Tuple” 에 대한 해설입니다.

Quick bytes

Analyzing the Performance of Notion’s Electron App

Analyzing the Performance of Notion’s Electron App

  • 노션 앱을 분석하면서 어떻게 성능 최적화를 이룰 수 있는지 설명합니다.

Code and Tools

Perspective: Streaming Pivot Visualization Via WebAssembly

웹 어셈블리로 돌아가는 차트 라이브러리