Javascript/라이브러리 및 API
Moment.js를 사용하지 말아야 될 이유
Dev갱이
2024. 7. 6. 12:39
728x90
Reference
- https://d2.naver.com/helloworld/645609
- https://unspecified.wordpress.com/2013/08/02/why-you-should-never-mutate-a-javascript-date/
- https://momentjs.com/docs/#/-project-status/recommendations/
- momment.js 공식 문서에서도 레거시 프로젝트라고 정의 되어 있다.
- 파일 크기가 아주 크다는 것이 가장 큰 단점
- Moment.js 객체는 가변 객체이다. 이 가변성은 예기치 않은 버그를 일으킬 수 있다.
728x90