kb/data/en.wikipedia.org/wiki/Unidirectional_data_flow-0.md

742 B

title chunk source category tags date_saved instance
Unidirectional data flow 1/1 https://en.wikipedia.org/wiki/Unidirectional_data_flow reference science, encyclopedia 2026-05-05T11:40:08.266669+00:00 kb-cron

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.

== See also == Data (computer science) Unidirectional network Single source of truth Diode

== References ==

== External links == Redux concepts MobX principles