Live data from Hacker News

JSDB.io – A Database of JavaScript Libraries

jsdb.io

31–32 of 32 posts

Re: JSDB.io – A Database of JavaScript Libraries

#32
post #23

It's unfortunate that people still think they need monolithic libraries to get anything done on the client side. The node ecosystem showed this doesn't have to be the case. It becomes even more important on the client side to keep dependencies small. My favourite ecosystem for client side development these days is component ( https://github.com/component/component ). It's similar in style to npm but faster and made f…

the issue is JS doesnt make things easy as soon as one wants to go modular. JS is so flexible that someone's script might not be compatible with yours.When JS gets a proper module system ,that doesnt really on voodoo modules, things will change.
Post reply on HN