1. React Props 타입, 아직도 className?; string 쓰세요? (ComponentProps 완벽 가이드)

    매번 className, onClick을 수동으로 추가하는 데 지치셨나요? HTMLAttributes부터 ComponentProps까지, 타입스크립트로 React 컴포넌트의 props를 정의하는 가장 우아하고 확장 가능한 방법을 소개합니다.

    Read more
  2. React 19 useImperativeHandle, '기피 대상'에서 '필수 스킬'로? (feat. forwardRef 없이 쓰는 법)

    React 19에서 forwardRef 없이 ref를 prop처럼 사용할 수 있게 되면서 useImperativeHandle이 놀랍게 쉬워졌습니다. 복잡한 props drilling을 피하고 성능을 최적화하는 실용적인 방법을 알아보세요.

    Read more