Live data from Hacker News

JavaScript: The Right Way

jstherightway.org

11–20 of 136 posts

Re: JavaScript: The Right Way

#11
post #5

Nice, I like what you're trying to do, but things like "Backbone.js: The most popular JS client-site framework" worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks. Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

The most popular one right now is probably Angular. http://www.google.com/trends/explore#q=angularjs%2Cbackbonej...

Actually jQuery or is it not framework anymore?

Re: JavaScript: The Right Way

#12
post #8

Nice, I like what you're trying to do, but things like "Backbone.js: The most popular JS client-site framework" worry me. Most people I talk to avoid Backbone nowdays in favour of the other popular frameworks. Also: some descriptions appear to be lacking/missing & you definitely should mention Grunt under "Helpers". At least it's a GH repo and I assume you'll accept PR's? ;)

What are the reasons these people cite for not using Backbone?

Last month I was on a JS-Meetup and there were still many companies using backbone.

I read about the problems it has, but most of the devs just love it for being small and easy to use, which isn't the case with angular.

Re: JavaScript: The Right Way

#13
post #11
post #5

Earlier quoted context omitted.

The most popular one right now is probably Angular. http://www.google.com/trends/explore#q=angularjs%2Cbackbonej...

Actually jQuery or is it not framework anymore?

jQuery is a library for things like DOM manipulation, AJAX, animation, and events.

Ember and Backbone depend on jQuery, for example.

Re: JavaScript: The Right Way

#14
Nice site. Cheers for sharing!

JavaScript Patterns by Stoyan Stefanov (made the list under reading/books) is a must for anyone wanting to learn JavaScript the right way. The content volume is just right with great examples. Can be read in a week easily and get you rolling writing better code fast!

Re: JavaScript: The Right Way

#17
post #13
post #11

Earlier quoted context omitted.

Actually jQuery or is it not framework anymore?

jQuery is a library for things like DOM manipulation, AJAX, animation, and events. Ember and Backbone depend on jQuery, for example.

Agreed, jQuery is more of a toolkit that complements frameworks

Re: JavaScript: The Right Way

#18
post #6

Nice site but I take exception that backbone is the most popular framework. While I don't think popularity alone is how you should chose a framework. It appears that AngularJS tops all except jQuery at this time. http://www.google.com/trends/explore#q=angularjs%2C%20backbo...

That might be a 'confusionRank' moreso than a 'usageRank'!

Re: JavaScript: The Right Way

#20
post #11
post #5

Earlier quoted context omitted.

The most popular one right now is probably Angular. http://www.google.com/trends/explore#q=angularjs%2Cbackbonej...

Actually jQuery or is it not framework anymore?

It never was a framework; it was a better API for the DOM + some various other browser APIs -- so much better, in fact, you can get a near-framework-like productivity boost using it.

(At least at first, before it starts to matter that it's no help in terms of organizing a larger application. :)

Post reply on HN