Hacker News new | ask | show | jobs
by krazemon 4238 days ago
This definitely seems like something I'd like to use and also contribute to if you are interested. One question I have is, how do you imagine routing being done? I don't see it in the examples so I was curious if you have ideas about this.
1 comments

ToDo example actually has simple routing. I'm using this mostly for PhoneGap projects so don't even use routing, but any routing library should work same way as in Backbone, eg:

https://github.com/flatiron/director

Thanks, would be happy to accept contributions!