javascript - React, Ember-data -


i use ember-data in ember.js projects, learn react. question is: technics used in react achieve same functionality ember-data? i'd to:

  1. have models
  2. if i've changed model in 1 place, changes visible in other component
  3. have model's methods like:

    fullname(){ return this.get('name')+' '+this.get('secondname'); }


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -