Article · Wikipedia archive · Last revised Jul 14, 2026

Unidirectional data flow

In information technology and computer science, the pattern of applying one-way mutations to 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.

Last revised
Jul 14, 2026
Read time
≈ 1 min
Length
92 w
Citations
1
Source

In information technology and computer science, the pattern of applying one-way mutations to an immutable data state is called unidirectional data flow.1 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

See also

References

References

  1. Rai, Laxmisha (2021-06-30). "Unidirectional Flow: A Survey on Networks Applications and Characteristic Attributes". Journal of Information Processing Systems. 17 (3): 518–536. doi:10.3745/JIPS.03.0159.
External links