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:
- have models
- if i've changed model in 1 place, changes visible in other component
have model's methods like:
fullname(){ return this.get('name')+' '+this.get('secondname'); }
Comments
Post a Comment