Hacker News new | ask | show | jobs
by hatsix 3509 days ago
Not OP, but it's possible to not write any ember-data code if a server implements json-api...

Otherwise, you have to write the same code that you have to write in other places... except that w/ Ember Data there are core patterns and its easy to add tests.

Writing Ember against an API that speaks json-api is a magical experience :-D

1 comments

So happy to hear JSON API is working that well for you :)