0 votes
in JavaScript by

Explain how is ember.js is different than traditional web application?

1 Answer

0 votes
by

In Ember.js, instead of majority of your application’s logic living on the server, an ember.js application downloads everything it required to run in the initial page load. So user does not have to load a new page while using the app and UI will responds quickly. The advantage of this architecture is that your web application uses the same REST API as your native App.

Related questions

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