This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Architecture that Facebook uses internally when working with React. Takes care of M in MVC, where all models are event driven. It means that the developer don't ask for the data, the model is going to tell when the data is ready; different application components can listen to this change and react accordingly.
First released | 2014 |
Developed by | |
Open-source | Yes |
Flux is a ‘mainstream’ approach of data management for React.js-based views.