What are your best practices for backbone.js projects?

后端 未结 4 1146
盖世英雄少女心
盖世英雄少女心 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:57

    Since the answer for this question might be too long, because of the general scope it has, I'll leave these links here. I hope they will help some other people who find this question, as they helped me to have a better understanding of this framework and have a better application, with an efficient use of memory, a better organization of files and a more readable and maintainable code:

    http://ricostacruz.com/backbone-patterns/

    http://kilon.org/blog/2012/11/3-tips-for-writing-better-backbone-views/

    http://blog.involver.com/2012/01/26/testing-backbone-js-best-practices-2/

    http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/ (out of date solution but really important to read and understand!!)

    https://github.com/thomasdao/Backbone-View-Manager

    I wish I had this from the beginning.

    Cheers!

提交回复
热议问题