The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1008 B

+++ title = "Backbone.js Essentials - Jeremy Walker" date = 2016-04-26

category = "review"

[taxonomies] tags = ["books", "en-au", "jeremy walker"] +++ {{ stars(stars=3) }}

This is the second book about Backbone and, honestly, the more I read, the less I understand about it; but I believe that's absolutely only my fault.

Although the book explains each of the Backbone classes in deep, it never really connects one to another. It seriously lack a whole description on how to build an app from start to finish. Even if you know everything about collections and models (and that they represent a table and a record, respectively), how to create a View and how to route things around, you seriously lack the idea behind connecting one to another -- although Views are shown using Models directly, it should actually go on how to draw several models from a collection in a single step, for example.

So, although good for understanding Backbone classes, it lacks on the general building of a Backbone app.