Unidirectional data flow
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
In information technology and computer science, the pattern of applying one-way mutations on an immutable data state is called Unidirectional Data Flow. Separation of state changes from presentation has many benefits and was popularized with Redux for unidirectional data flow combined with React for presenting, or rendering, data state.
See also
References