https://lodash.com/

[Lodash

_.defaults({ 'a': 1 }, { 'a': 3, 'b': 2 });_.partition([1, 2, 3, 4], n => n % 2);DownloadLodash is released under the MIT license & supports modern environments. Review the build differences & pick one that’s right for you.InstallationIn

lodash.com](https://lodash.com/)

자바스크립트 라이브러리로 여러가지 다양한 기능들은 지원해 편의성이 높음

또한 MIT 라이선스를 사용해서, 추후에 다른 프로젝트에 써도 큰 문제가 발생하지 않음

개인적으로 Vue 책 보면서 공부하다가 _.debounce 메소드를 봤는데 무척이나 편해보여서 자주 사용하려고 함

해당 메소드를 참고할 만한 링크

+ Recent posts