Transition into routes with helpers directly on template.
(transition-to) helper that receives the same argument signature as link-to but evaluates to an action that can be called to trigger transition.
(replace-with) helper that transition into another route while replacing the current URL, if possible. This will replace the current history entry instead of adding a new one. Beside that, it is identical to transitionTo in all other respects.
(transition-to-external) helper that transition from an Engine to an external route.
(replace-with-external) helper that transition (replacing) from an Engine to an external route.
ember install ember-route-helpers