[TIL] 230922

이세령·2023년 9월 22일
0

TIL

목록 보기
105/118

lodash 가볍게 import 하기

import throttle from 'lodash/throttle';
import debounce from 'lodash/debounce';
이렇게 import를 하면 번들 크기를 줄일 수 있다.

profile
https://github.com/Hediar?tab=repositories

0개의 댓글