model view controller - Lightweight MVC framework for JavaScript -
i had @ backbone.js , while it's great product, don't binding jquery/zepto controller navigation.
i know can use things models/collections in backbone without jquery, though want use routing in controller , not reinvent wheel myself.
so question whether there lightweight mvc frameworks preferably js-framework agnostic, or, in worst case, support prototype/mootools?
backbone's jquery integration light dependency -- it's not required. if don't want use views or controllers (i.e. -- no dom manipulation or ajax persistence), , stick models , collections, can use backbone without including jquery @ all.
jerome gravel-niquet has done legwork build version of backbone that's backed mootools instead of jquery:
Comments
Post a Comment