backbone
< Software
< jacquesbonet
Get flash to fully experience Pearltrees
As the internet gets smarter and smarter and JavaScript starts piling up on web pages, we need to learn to organize our code.
Currently I am developing a JavaScript application using open source frameworks and libraries. Included the mix are… jQuery Mobile , Underscore.js , Backbone.js , RequireJS , mustache.js , Node.js , Jasmine , Sinon.JS , Jasmine-jQuery , and the Asynchronous Module Definition (AMD) specification.
Updated Aug 11, 2012 to reflect current library versions. In JavaScript Architecture: Backbone.js Views we discussed how to build dynamic apps that change views on the fly using JavaScript. Because view-switching is done without reloading the page or transferring control to a separate page, these are called single-page applications .