What are your best practices for backbone.js projects?

后端 未结 4 1136
盖世英雄少女心
盖世英雄少女心 2021-01-31 05:13

Although I\'m following backbone.js for some months and worked through a plethora of tutorials, I\'m still not confident enough in backbone (or my skills regarding it) to use it

4条回答
  •  借酒劲吻你
    2021-01-31 05:53

    There are a number of things that you can take care of while developing Backbone.js based applications. For example:

    1. Custom plugins and mixins
    2. Nested views/Sub views
    3. Partial view updating
    4. Template management - Storing, Pre-compiling at front end and back end
    5. Serializing models
    6. Relational data model
    7. Using Event dispatcher
    8. Subrouting
    9. Large scale application architecture etc.

    There are lot more concepts which are essential for developing single page Backbone.js based applications. You can try out my book Backbone.js Patterns and Best Practices which discusses all these points in detail.

提交回复
热议问题