0 votes
in ReactJS by

What is flux?

1 Answer

0 votes
by

Flux is an application design paradigm used as a replacement for the more traditional MVC pattern. It is not a framework or a library but a new kind of architecture that complements React and the concept of Unidirectional Data Flow. Facebook uses this pattern internally when working with React.

The workflow between dispatcher, stores and views components with distinct inputs and outputs as follows:

flux

Related questions

0 votes
asked Jun 19, 2020 in ReactJS by JackTerrance
0 votes
asked May 20, 2020 in ReactJS by SakshiSharma
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
0 votes
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
...