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 used this pattern internally when working with React The workflow between dispatcher, stores and views components with distinct inputs and outputs

Related questions

0 votes
asked Feb 23, 2021 in ReactJS by SakshiSharma
0 votes
asked Jun 19, 2020 in ReactJS by JackTerrance
...