Ember.Router is a built-in routing mechanism within Ember.js which represents application state with a URL. It gives you helpful tools for managing application state in a way that scales with your application.
Ember.Router is a built-in routing mechanism within Ember.js which represents application state with a URL. It gives you helpful tools for managing application state in a way that scales with your application.
Getting Help
A guide for Ember.Router can be found at the official page, as well as gists added to GitHub by the developers. Besides asking questions on Stack Overflow, there is an IRC channel (#emberjs) on irc.freenode.net. The wiki on the GitHub pages provides some further links to useful ressources like talks, blog posts and frameworks.