Prior Art
Redux has a mixed heritage. It is similar to some patterns and technologies, but is also different from them in important ways. We'll explore some of the similarities and the differences below.
Flux
Can Redux be considered a Flux implementation?
Yes, and no.
(Don't worry, Flux creators approve of it, if that's all you wanted to know.)
Redux was inspired by several important qualities of Flux. Like Flux, Redux prescribes that you concentrate your model update logic in a certain layer o