0 votes
in Redux 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 as follows:

Related questions

0 votes
0 votes
asked Jun 25, 2021 in Redux by SakshiSharma
0 votes
asked Nov 9, 2022 in Weaveworks by Robindeniel
...