0 votes
in ReactJS by
What is Flux Concept In React?

1 Answer

0 votes
by

Facebook widely uses flux architecture concept for developing client-side web applications. It is not a framework or a library. It is simply a new kind of architecture that complements React and the concept of Unidirectional Data Flow.

...