Hacker News new | ask | show | jobs
by tgriesser 4954 days ago
As recurser mentioned, backbone.js tutorials might be a good idea. I'd also recommend reading the source of backbone.js to see how it works internally. It's around 1500 lines of well written and fully commented javascript, and will probably cover everything you're hoping to learn in a very concise and practical way.
1 comments

thank you, I appreciate the input