일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 버전일치
- java
- degit
- 미니게임
- snowpack
- 함수
- 답글
- 오버라이드
- 상속
- sub query
- 스타일보험
- 왕초보
- FIle
- 게시판
- parcel
- 숫자
- java#왕초보
- Spring
- Spinner
- 쿠키
- 코틀린
- git
- webpack
- kotlin
- 스프링
- 시큐어코딩
- Android
- SQL
- 안드로이드
- React
- Today
- Total
YSHUSH
리액트 라이브러리 (Date) 본문
Luxon / Day.js / date-fns / js-Joda 등이 있다.
https://npmtrends.com/date-fns-vs-dayjs-vs-luxon-vs-moment
date-fns vs dayjs vs luxon vs moment | npm trends
Comparing trends for date-fns 2.29.2 which has 14,271,390 weekly downloads and unknown number of GitHub stars vs. dayjs 1.11.5 which has 11,039,539 weekly downloads and unknown number of GitHub stars vs. luxon 3.0.3 which has 3,911,208 weekly downloads and
npmtrends.com
moment가 오래되서 가장 많이 쓰지만 무겁고 업데이트를 제공하지 않아 앞으로 잘 쓰이지는 않을 것이다.
1)
Day.js
Day.js · 2kB JavaScript date utility library
2kB JavaScript date utility library
day.js.org
npm i dayjs
가볍고 moment.js의 거의 모든 기능을 그대로 대체할 수 있지만 tree shaking이 되지 않는다.
2)
date-fns
Modern JavaScript Date Utility Library
date-fns provides the most comprehensive yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
date-fns.org
npm i date-fns date-fns-tz
tree shaking이 가능하고 커버리지가 다양하고 함수형 프로그래밍에 적합하다.
라이브러리를 선택하는데 도움을 주는 도구들
사이즈
Bundlephobia | Size of npm dependencies
Bundlephobia helps you find the performance impact of npm packages. Find the size of any javascript package and its effect on your frontend bundle.
bundlephobia.com
인기
npm trends: Compare NPM package downloads
Which NPM package should you use? Compare packages download stats, bundle sizes, github stars and more. Spot trends, pick the winner.
npmtrends.com
기능 / 성능
moment alternatives 같은 걸 검색해본다.
'Coding > React' 카테고리의 다른 글
yarn 초기 설정(수정할때 오류날 경우) (0) | 2022.11.11 |
---|---|
리액트 라이브러리 ( 상태관리 ) (0) | 2022.09.09 |
리액트 라이브러리 ( Moking ) (0) | 2022.09.08 |
리액트 라이브러리( UI ) (0) | 2022.09.07 |
리액트 라이브러리 (스타일링) (0) | 2022.09.07 |