Ember.js: Whats the difference between Router / Route and StateManager / State? -


it seems older examples of routing use statemanager , newer examples use concept of router. difference , why use 1 on other?

router , route subclasses of statemanager , state, routing specific code added directly statemanager code, in last few weeks effort has been made extract out.

basically use router core flow of app deals urls , forth, if need use additional state managers in other places in application, can use statemanager/state without routing code being included when it's not needed.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -