JSDB.io – A Database of JavaScript Libraries
21–30 of 32 posts
Re: JSDB.io – A Database of JavaScript Libraries
#22Re: JSDB.io – A Database of JavaScript Libraries
#23My 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 for building apps from small modular pieces. It has a growing community and lots of modules already (https://github.com/component/component/wiki/Components).
Re: JSDB.io – A Database of JavaScript Libraries
#24It'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…
Re: JSDB.io – A Database of JavaScript Libraries
#25It'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…
I've had this debate with a friend who's a big proponent of EmberJS (and to a lesser degree Angular). My friend feels that without one of these libraries you will simply be writing way too much unnecessary boilerplate code for a single-page app of significant size. I personally prefer to rely on small modular dependencies, so Component appeals to me, but I've only played with Ember/Angular a little bit so I don't nec…
* https://github.com/component/view for views built on top of reactive for declarative bindings
* https://github.com/component/model for models
* https://github.com/component/router for routing
So what we have so far from these 3 libraries is basically a decomposed backbone with declarative bindings. That will cover 99% of your typical app. I don't find there is too much boilerplate.
Re: JSDB.io – A Database of JavaScript Libraries
#26It'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…
Re: JSDB.io – A Database of JavaScript Libraries
#27What's the calculation for the ratings? Also would be great if there are sorting options. Otherwise this is really great!
three sorting options: recent, popular, trending. What kind of sorting were you looking for?
Things like "Show me all the things that are not frameworks or jQuery plugins"
I'm not looking for anything in particular, but it would nice to see the possibilities without having to search through things that I know I'm not looking for today.
Re: JSDB.io – A Database of JavaScript Libraries
#28Earlier quoted context omitted.
I've had this debate with a friend who's a big proponent of EmberJS (and to a lesser degree Angular). My friend feels that without one of these libraries you will simply be writing way too much unnecessary boilerplate code for a single-page app of significant size. I personally prefer to rely on small modular dependencies, so Component appeals to me, but I've only played with Ember/Angular a little bit so I don't nec…
I'm still using backbone.js within our app but a lot of people seem to be using things like: * https://github.com/component/view for views built on top of reactive for declarative bindings * https://github.com/component/model for models * https://github.com/component/router for routing So what we have so far from these 3 libraries is basically a decomposed backbone with declarative bindings. That will cover 99% of yo…
Re: JSDB.io – A Database of JavaScript Libraries
#29Earlier quoted context omitted.
three sorting options: recent, popular, trending. What kind of sorting were you looking for?
It struck me, while browsing that, I would like to be able to browse the libraries by excluding known types. Things like "Show me all the things that are not frameworks or jQuery plugins" I'm not looking for anything in particular, but it would nice to see the possibilities without having to search through things that I know I'm not looking for today.