I am trying to understand React.js and often come across a term "Dirty" like dirty checker/checking, dirty data ,dirty model
I followed this question but could not make out what actually the term Dirty convey & why we call it dirty.
I am trying to understand React.js and often come across a term "Dirty" like dirty checker/checking, dirty data ,dirty model
I followed this question but could not make out what actually the term Dirty convey & why we call it dirty.
Dirty data - the data, that have been changed recently and DOM haven't been re-rendered according to this changes yet. So dirty checking is diff between next state and current state.