Unidirectional Data Flow

Unidirectional Data Flow

What is Unidirectional Data Flow?

The single source of truth is often used with the Unidirectional Data Flow (UDF) pattern. In this pattern, state flows in only one direction. The events that modify the data flow in the opposite direction.
Events are usually triggered from the lower-scoped types (i.e UI Component) until they reach the SSOT for the corresponding data type.

Relates to

References