DEV Community

Discussion on: Useful JS libs in my web developments

Collapse
 
tbetous profile image
Thomas Betous

Nice post Benjamin !

Note that you may not always need those libs ! A trivial example : you don't need loadash if you want map an array.

Sometime I use that repository that gives some hints to know if you really need lodash, date-fns and even javascript !