Is there a forked/maintained version of backbone that completely eliminates the need for jquery or zepto to use both the router and views?
I wouldn\'t mind using backbon
Yup here's one: https://github.com/inkling/backbone.native. It's a tiny adapter that allows Backbone to work while relying on only native DOM APIs.