Flux is a unidirectional data flow architecture for building front end
applications. Coined (and used) by Facebook Inc.
Flux is a pattern, not a framework.
You can implement Flux in any existing application, with or without React.
Although React isn't technically a dependency - it is recommended.
React&