I encounter somewhat similar issue when trying to get my head around the new ember-data . I’m still not sure and might just stick to the ‘old way’ for now.
I’m struggling to understand as how my previous implementation (adapters & serializers) able to adopt the new Request Manager, Store & Handlers as in 4.12. By the looks of it, this is also how Ember planning to carry forward - as current documentation (for Adapters & Serializers) shows deprecation warning asking to adopt the new architecture instead.
I always a fan of EmberData and the use of Store methods (findAll, createRecord etc).
Previously, when making requests, I’m able to use REST adap…