@harimath wrote:
In a lot of applications, we face issues tracing the source of mutated data. React/Redux apps use reducers as pure functions to fix the issue of mutating data (i.e. by not directly mutating the state object)
I wanted to understand what equivalent feature does Ember provide to handle such issues ? Does DDAU fix this by any way? Any simple examples would really help in understanding.
Posts: 2
Participants: 2