I start working with Backbone, and I am looking for an example application without interference, but with all the key Backbone functions: Routes, Models, Collections, Views and Events.
Ideally, the application will have a workflow like this:
- The application downloads a list of article titles.
- The user clicks on the title of the article.
- The view changes slightly to update the URL and highlight the blog post.
Minimal and simple, but just showing how to use all the key elements, including Routes (which often do not seem to be indicated in the examples, including the official example ).
Basically, I would like something like sample code in this blog post , but (a) bulletproof and (b) with HTML like so that I can copy, paste and start playing with it right away.
Does anyone know of such an example?
source share