# Show GN: es-toolkit, Lodash와 호환성 100% 달성 (v1.39.3+)

> Clean Markdown view of GeekNews topic #22146. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=22146](https://news.hada.io/topic?id=22146)
- GeekNews Markdown: [https://news.hada.io/topic/22146.md](https://news.hada.io/topic/22146.md)
- Type: show
- Author: [raon0211](https://news.hada.io/@raon0211)
- Published: 2025-07-24T21:56:12+09:00
- Updated: 2025-07-24T21:56:12+09:00
- Original source: [github.com/toss](https://github.com/toss/es-toolkit)
- Points: 23
- Comments: 6

## Summary

**es-toolkit**은 **Lodash**에 비해 2~3배 더 빠르고, 용량은 무려 97% 더 작은 **최신 JavaScript 유틸리티 라이브러리**입니다. 기본적으로 **TypeScript 타입**을 지원하며, 기존 **Lodash 코드**와 완전한 **호환성 레이어**를 제공해 간단한 코드 변경만으로 빠르게 **마이그레이션**할 수 있습니다. 다양한 대형 오픈 소스 프로젝트에서 실제로 사용되고 있어, **성능**과 **생산성** 모두를 중시하는 개발자라면 주목할 만합니다.

## Topic Body

es-toolkit은 Lodash보다 2-3배 빠르고 97% 작은 최신 JavaScript 라이브러리예요.  
  
TypeScript 타입을 기본 지원하며, `@types/lodash`를 설치할 필요가 없어요.  
  
Storybook, Recharts, CKEditor와 같은 다양한 오픈 소스 라이브러리에서 사용되고 있으며, Nuxt에서도 사용이 권장되고 있어요.  
  
최신 버전의 es-toolkit에서는 Lodash에서의 마이그레이션을 돕기 위해 호환성 레이어를 제공해요. 모든 Lodash 테스트 코드를 통과했어요.  
  
한 줄을 수정하는 것만으로 es-toolkit으로 마이그레이션할 수 있어요!  
  
    - import _ from 'lodash'  
    + import _ from 'es-toolkit/compat'

## Comments



### Comment 41831

- Author: lamanus
- Created: 2025-07-26T16:35:57+09:00
- Points: 1

https://github.com/toss/es-toolkit/issues/91  
  
흠... almost가 100%가 됐네요.

### Comment 41800

- Author: click
- Created: 2025-07-25T14:24:15+09:00
- Points: 1

요약문도 토스 문체가 느껴지네요

### Comment 41877

- Author: firea32
- Created: 2025-07-28T11:34:11+09:00
- Points: 1
- Parent comment: 41800
- Depth: 1

담당자가 있을것 같진 않고 문체를 통일시켜주는 AI 가 있는것인가, 아니면 사내문화에 너무 동기화된 나머지 문체도 비슷해진 것인가.

### Comment 41797

- Author: sunrabbit
- Created: 2025-07-25T13:49:54+09:00
- Points: 1

못본 사이에 훌쩍 커버렸네요

### Comment 41794

- Author: heycalmdown
- Created: 2025-07-25T12:49:07+09:00
- Points: 1

호환성 100% 달성했다니 대단하네요. 이제 한 번 써볼까 😋

### Comment 41793

- Author: heycalmdown
- Created: 2025-07-25T12:48:31+09:00
- Points: 2

[Show GN: es-toolkit: 2-3배 빠르고, 97% 작은 lodash 대체 라이브러리](https://news.hada.io/topic?id=15319)
