Unidirectional Data Flow (computer science) (source code)

= Unidirectional Data Flow (computer science)
{wiki=Unidirectional_Data_Flow_(computer_science)}

Unidirectional Data Flow is a design pattern commonly used in software architecture, particularly in the context of front-end development and frameworks such as React. The fundamental concept behind unidirectional data flow is that data moves in a single direction throughout the application, which helps in managing state changes and reduces complexity when building user interfaces.