Flux - mmedrano9438/peripheral-brain GitHub Wiki

React Flux is a Javascript UI design or paradigm that utilizes a centralized dispatcher and a unidirectional data flow. When data is passed between several software components, it can only move in one direction, which is referred to as a one-way data flow.