PageRenderTime 55ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/recipe-app-v2/src/views/templates/about.html

https://github.com/ifandelse/devlink2012-Introduction-to-Backbone.js
HTML | 21 lines | 21 code | 0 blank | 0 comment | 0 complexity | 9fcf2cbb3649aaae71cdacbb94db0fcd MD5 | raw file
Possible License(s): MIT
  1. <div class="hero-unit">
  2. <h3>About 'Ze App'</h3>
  3. <p>
  4. Only slightly more complicated than the typical "Todo" introduction app, this app provides some 'thought-fodder' for developers wanting to extend Backbone.js to better manage concerns like:
  5. <ul>
  6. <li>View Management</li>
  7. <li>Data Synchronization (without unnecessary server round trips)</li>
  8. <li>Specialized Collection "Views", customized Model and View objects</li>
  9. </ul>
  10. </p>
  11. <p>
  12. Be sure to check out some of the great helper frameworks for ideas as well:
  13. <ul>
  14. <li><a target="_blank" href="https://github.com/derickbailey/backbone.marionette">Backbone.Marionette</a></li>
  15. <li><a target="_blank" href="https://github.com/moviepilot/chaplin">Chaplin</a></li>
  16. <li><a target="_blank" href="https://github.com/walmartlabs/thorax">Thorax</a></li>
  17. <li><a target="_blank" href="https://github.com/tbranyen/backbone.layoutmanager">Layoutmanager</a></li>
  18. <li><a target="_blank" href="https://github.com/addyosmani/backbone-aura">Aura</a></li>
  19. </ul>
  20. </p>
  21. </div>