Jump to content

Unidirectional data flow

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 219.84.164.176 (talk) at 03:33, 1 June 2025 (See also). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In information technology and computer science, the pattern of applying one-way mutations on 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.[citation needed]

See also

[edit]

References

[edit]
  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.
[edit]