0 votes
in JavaScript by

Explain what is the difference between Router and Route in ember.js ?

1 Answer

0 votes
by

Router:  It is the connecting point between browser’s address bar and our application.  It translates address into Route

Route: It is where a user request will land after it was translated by a Router.  Route decides what data should be provided to the Template

Related questions

0 votes
asked Mar 13, 2020 in JavaScript by AdilsonLima
0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
...