Unidirectional Data Flow (computer science)
ID: 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.
New to topics? Read the docs here!