Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Route willTransition deprecation, new patterns?

$
0
0

@ffaubry wrote:

Hello,

I have a question related to https://emberjs.com/deprecations/v3.x#toc_deprecate-router-events

The recommended way is to attach to router events in the init. This leaves me with questions. Please correct me when I’m wrong:

  • Routes are lazy instantiated
  • Routes are singletons
  • When does a route get destroyed? It seems never. Leading to the question ‘why is there a willDestroy method on the Route class?’
  • If this is all true then it’s ok to attached to Router events in this init method. But if somehow Route could be destroyed then we should attach/detach from router events in the activate/deactivate methods?!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles