Jump to content

Unidirectional data flow

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codumon (talk | contribs) at 23:55, 31 May 2019 (creating page for unidirectional data flow computer science concept). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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. 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

References