Why does React emphasize on unidirectional data flow and Flux architecture?
The official docs say that it gives you the control over how data flows throughout your app. I didn't get this. How is this principle violated if I decide to support two-way data binding and other MVC concepts?