Developers: What is your favorite JS Library?

Mine is Bootswatch/Bootstrap because it makes everything look very fancy with only a little bit of code!

JQuery :smiley:

1 Like
  • Underscore/Lo-dash for easy functional programming. I don’t really have a preference between the two. underscore has a nicer _.partial, while Lo-dash has more general utility methods.
  • Q. Provides easy to use promises and very helpful wrappers to use node functions as promises. After you do that, it’s very hard to go back to node’s callback(err, result) style.
  • Angular. Mainly for the data binding and HTML-as-template-language stuff. It’s got a decent DI system too.