var Model = SC.Object.extend({})
var Model = Ember.Object.extend({})
class Model {}
APP
STORE
API
findRecord
Store
N/W
Adapters
Serializer
(Coalesing and Reload)
Presentation
Cache
[ Transforms, Snapshots, adapters, serializers ]
[ Promise, Models, Mutation ]
Network
Mutation
Request Mgr
Latency
Middleware
Presentation Library
N/W Paradigm (Serializers and Adapters)
Cache Library
By Ruphaa Ganesh