javascripttypescriptIntersectionObserver 싱글톤 패턴과 WeakMap으로 메모리 누수 방지하기Published on2026-01-17·20분수백 개의 요소를 효율적으로 관찰하면서 메모리 누수도 방지하는 방법Read more→
typescriptTypeScript에서 switch문의 모든 케이스를 빠짐없이 처리했는지 검사하는 방법Published on2026-01-17·13분never 타입을 활용한 exhaustive check 패턴Read more→
reactjavascripttypescriptReact 19: ref를 prop으로 사용하기Published on2025-12-11·6분React 19부터는 forwardRef 없이 ref를 prop으로 전달할 수 있다.Read more→
typescript문자열 리터럴 유니온에 string을 추가하면 자동완성이 사라지는 이유Published on2025-12-05·13분type Color = "red" | "blue" | string // 자동완성: 🦗...Read more→