A Backbone.js + jQuery Mobile sample app using AMD for separation of modules, Require.js for dependency management + template externalisation and Underscore for templating
by addyosmaniJavaScript
Last 12 weeks · 0 commits
1 of 6 standards met
This started as a testbed for using require.js and backbone.js and seems to work quite well. Might be worth taking into consideration before refactoring further. It's using the AMD version of backbone.js from https://github.com/jrburke/backbone. Most files where simply wrapped in define calls, other than that no drastic refactoring. Rainer
Hi, I tried your backbone + amd + jquery mobile implementation. I fix some small case typo. I am very interested by this project, because I am actually doing the same thing at home :) https://github.com/Filirom1/jquery-mobile-backbone-requirejs I choose to explore the jQuery Mobile Plugin Router way : https://github.com/azicchetti/jquerymobile-router I have some issues with it (explained in my project README), I will follow your commits to see if I need to change the Router. Cheers Romain
Repository: addyosmani/backbone-mobile-search. Description: A Backbone.js + jQuery Mobile sample app using AMD for separation of modules, Require.js for dependency management + template externalisation and Underscore for templating Stars: 152, Forks: 32. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 0, open issues: 1. Last activity: 14y ago. Community health: 28%. Top contributors: addyosmani, RainerAtSpirit, Filirom1.