@rossjha wrote:
I’m trying to find
the optimalany solution to track changes to nested properties, array of objects and relationships. I’ve triedember-changeset
and most recentlyember-buffered-proxy
, which only go so far. I ideally want to go withember-buffered-proxy
,ember-state-service
andember-cp-validations
to manage forms. In Ember 3.x is this be best approach and how can I best track nested properties, array of objects and relationships?
Posts: 1
Participants: 1