dimanche 14 janvier 2018

two-way data binding features of MVC JavaScript frameworks

When it is said that Angular/Ember or any other similar MVC JS framework features two-way data binding, keeping both view and model in sync for all the time.

Is it true that this feature has to be explicitly implemented with the help of Computed Properties (CP) i.e. a property say "fullName" can be kept in sync between model/view only if "fullName" is defined as a CP

Is that correct ? Any other way to implement this ?




Aucun commentaire:

Enregistrer un commentaire