Live data from Hacker News

Ask HN: Which JavaScript framework is worth investing time in?

news.ycombinator.com

1–10 of 14 posts

Re: Ask HN: Which JavaScript framework is worth investing time in?

#2
Focus 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?

#10
First of all I would recommend that you go through code samples in to do mvc

http://todomvc.com/

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.

Post reply on HN