DEV Community

Discussion on: Very fascinating NPM packages

Collapse
 
andrewdtanner profile image
Andrew Tanner 🇪🇺 • Edited

node_modules frightens me.

A simple npm/yarn install can yield thousands of depdencies... any one of which could cause the whole app to fail. It's a wonder anything works at all, really.

Collapse
 
codevault profile image
Sergiu Mureşan

You won't believe how many datetimepicker packages that barely even work are out there. It's easier to implement your own than going through all of them datetimepickers.

Collapse
 
mjprude profile image
Michael Prude

Once You've written it, be sure to publish it to NPM!