Current convention for proxying Ember Data records

What is the current convention for waiting to persist changes to a cached record? I want to allow a user to make temporary changes on a “proxy” record before modifying the record directly at that point. Is there a mechanism for this already in Ember? Do I have to roll my own?

1 Like

At my company we use ember-buffered-proxy and ember-state-services for this