EmberJS – Asynchronous Routing

  • Post author:
  • Post category:EmberJS
  • Post comments:1 Comment
asynchronous routing

The Ember.js router has the ability to handle complex async logic within an application by using asynchronous routing.

The table given below shows the different types of handling asynchronous logic in the router −

S.No.Async Routers & Description
1The Router Pauses for Promises
The transition can be paused by returning a promise from the model hook.
2When Promises Reject
The transition will be aborted if a promise is rejected by the model during a transition.
3Recovering from Rejection
Recovering from the aborted transition.

Previous Page:-Click Here

This Post Has One Comment

Leave a Reply