This is of course well meant and I think it is good to remind people, that there is no need to use Ember Data in Ember, but I have one objection:
The example only fetches records from the API and never creates, updates or deletes any. This is actually something that can easily be achieved with Ember Data today and in fact it is the one thing that is well documented.
7 comments
[ 3.2 ms ] story [ 29.0 ms ] threadThe right page should be: https://github.com/eviltrout/emberreddit
The link to the github project on the parent page is correct though.
I think that the reason why people may not have realized that was because the code example on the emberjs home page used to use ember data. http://web.archive.org/web/20130109131701/http://emberjs.com...
The example only fetches records from the API and never creates, updates or deletes any. This is actually something that can easily be achieved with Ember Data today and in fact it is the one thing that is well documented.