Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / Neha Salonia

"Ember.js differs from a traditional web application in several ways: 1) Convention over configuration - Ember follows specific conventions for organizing files and structures, reducing the need for explicit configurations. 2) Templates - Ember uses Handlebars templating engine for creating dynamic views and managing data-binding. 3) Two-way data binding - In Ember, data changes automatically update both the model and the view, improving maintainability and developer productivity. 4) Built-in MVC framework - Ember provides a built-in Model-View-Controller architecture, making it easier to structure and manage applications."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are observers in ember.js?

2