Ember-data is comfortable?

Hi ember.js community ! I am starting to develop new ember application . In future, this application will be very huge source . My thinking is I am going to use ember-data for communication between client and server . Is this correct option to use ember-data ?

At this point, I’d say go for it. There are some quirks to get used to, but it’s overall fairly stable and definitely saves some headaches. Honestly, 90% of my problems seem to have come from async belongsTo.

And remember that you don’t have to use ember-data everywhere. If you have a weird one-off ajax call that needs to go to local storage, nothing is forcing you from implementing that yourself and using ember data for the rest.

1 Like