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.

27 lines
956 B

+++
title = "Instant Backbone.js Application Development - Thomas Hunter II"
date = 2016-04-03
updated = 2021-02-12
[taxonomies]
tags = ["books", "thomas hunter ii", "reviews", "javascript", "backbone.js",
"web development", "it", "stars:1", "published:2013"]
+++
[GoodReads Summary](https://www.goodreads.com/book/show/18301513-instant-backbone-js-application-development):
Learn something new in an Instant! A short, fast, focused guide delivering
immediate results.
<!-- more -->
{{ stars(stars=1) }}
Got this in a promotion, expecting to understand why I should learn backbone.
And the problem is, although the book goes into building a SPA and tells every
single step, it severely lacks the "why" you should do such things. Why you
should create a "Routes" property on your app; why you have collections AND
models, why Backbone can't infer the collections by the models and so on.
In the end, I think I learnt more about LoDash than Backbone.