1.

What is Flux?

Answer»

FLUX is an application design PARADIGM just like the Model View Controller design pattern. Flux is nothing but a new kind of architecture that complements React and the concept of Unidirectional Data Flow. The image given below shows how the workflow between dispatcher, STORES and VIEWS components with distinct inputs and OUTPUTS are in Flux:



Discussion

No Comment Found