Ask HN: Which JavaScript framework is worth investing time in?
1–10 of 14 posts
Nowadays it seems like there are endless choices for javascript developers. Having just learned javascript a few months ago, what framework would you recommend i invest my time learning and why?
Re: Ask HN: Which JavaScript framework is worth investing time in?
#2Focus on continuing to learn JS well. Try to make the time you spend carry it's own weight. Don't waste time learning JS frameworks just for the sake of learning JS frameworks. Instead, build something that you or someone else will use. Otherwise, learn JS well well enough so that you understand what the framework does and why it would help you. Then you can answer this question yourself.
Also, there is this post by the author of Sammi.js which the author probably answers this pretty well.
http://www.quirkey.com/blog/2012/09/04/client-side-framework...
Re: Ask HN: Which JavaScript framework is worth investing time in?
#3For frontend frameworks, I like Knockout.js the best, because it has a single purpose. It's starting to catch on.
As far as adoption goes, Angular.js seems to be the big winner.
Re: Ask HN: Which JavaScript framework is worth investing time in?
#4If you like to make ui widgets to knock your users out then jQuery is where it is. A host of tools come with the basic library but jQuery UI delivers the sort of capability you need to delight your users.
Re: Ask HN: Which JavaScript framework is worth investing time in?
#5backbone.js
Re: Ask HN: Which JavaScript framework is worth investing time in?
#6Listen I’ve learned JavaScript the wrong way and then the right way [by reading JavaSript: the good parts] and i say hands down - Angular.js --- even thought it's in it's "premature" stage it's simply AMAZING! [easy to learn to compared to Backbone.js or Can.js]
Re: Ask HN: Which JavaScript framework is worth investing time in?
#7I'm a fan of Ember.JS - easy to get started with, good docs, great community, really powerful.
Re: Ask HN: Which JavaScript framework is worth investing time in?
#8+1 for angular.js
Re: Ask HN: Which JavaScript framework is worth investing time in?
#9Meteor.js
Re: Ask HN: Which JavaScript framework is worth investing time in?
#10First of all I would recommend that you go through code samples in to do mvc
Read or try out a few libraries so you can get a feel for them.
For fronted development I use knockout js. Their documentation is very good. The interactive tutorials offer a great way to learn the framework. The framework itself is not vast and you can get started pretty quickly.
Although it is a matter of preference among the devs but I like the declarative binding style of knockout. It felt natural to me.