idev0085 / react-boilerplate

0 stars 0 forks source link

What do you know about Flux? #85

Open idev0085 opened 2 years ago

idev0085 commented 2 years ago

Flux is an application architecture that Facebook uses internally for building the client-side web application with React. It is not a library nor a framework. It is neither a library nor a framework. It is a kind of architecture that complements React as view and follows the concept of Unidirectional Data Flow model.

ACTION->DISPATCH->STORE->VIEW->ACTION