- Overview
- Transcript
6.1 Conclusion
And that wraps it up! Check out the source code included with course. In conclusion, check out the following links for more information:
Related Links
- Backbone
- Backbone Annotated Source Code
- Advanced Backbone Patterns and Techniques
- Backbone.js Blueprints
Related eBook
- Backbone.js Blueprints by Andrew Burgess
1.Getting Started3 lessons, 13:56
1.1Introduction01:04
1.2Backbone Data Flow03:16
1.3Backbone Classes09:36
2.Backbone Models7 lessons, 38:03
2.1Creating Models03:19
2.2Working With Model Attributes07:44
2.3Validating Models04:04
2.4Persisting Models to the Server08:35
2.5Using Model IDs03:43
2.6Listening for Model Events07:47
2.7Creating Model Methods02:51
3.Backbone Collections6 lessons, 17:52
3.1Creating Collections01:10
3.2Managing Collection Contents03:14
3.3Syncing Collections04:18
3.4Using Collection Methods03:14
3.5Sorting Collections02:42
3.6Listening for Collection Events03:14
4.Backbone Views4 lessons, 26:08
4.1Creating Views03:18
4.2Rendering Views07:25
4.3Managing DOM Events10:42
4.4Persisting Data With Views04:43
5.Backbone Routers3 lessons, 11:19
5.1Creating Routers01:59
5.2Adding Routes04:26
5.3Navigating With Links04:54
6.Conclusion1 lesson, 01:36
6.1Conclusion01:36
6.1 Conclusion
Well, that just about does it for getting started with Backbone. I hope you've learned a lot about Backbone in this course, and that you're well on your way to building your own web applications with Backbone. In conclusion, I wanna give you a couple of links to check out. Of course, the first one is backbonejs.org, which is the documentation for Backbone. We covered a lot about Backbone in this course, but there's always a little bit more to learn. So, I recommend you go through the documentation and see if anything catches your eye. Another great way to learn more about Backbone is by reading over the Backbone source code. Here's a really neat page which displays the Backbone source code on the right and the comments about it on the left. Not only will reading through this code give you a better understanding of how Backbone works, but you may actually pick up a few interesting JavaScript tips along the way. I know I certainly have as I've read through this in the past. Now here in tuts+ there are many more Backbone tutorials that you might want to check out. One thing in particular is my Advanced Backbone Patterns and Techniques course. It's a few years old now, but I think you'll still find that there are some interesting ideas and concepts. Some of the libraries that we talk about, like Backbone Marionette, or the Backbone pull-up like Grunt Tool, are probably a little out of date these days, but you still might find something useful here. Finally, let me just mention a book that I wrote. And I hope this doesn't seem too self-serving, but I recently wrote a book for Packt Publishing called Backbone.js Blueprints. There are seven chapters in the book, and in each chapter you build a different web application from start to finish. Each of the seven applications use different techniques and patterns, so you really get a good idea for how flexible Backbone.js is. Well, that's it for me for this course. So, I'll see you later.