Redux uses a unidirectional data flow similar to Flux , but it has a single store which is changed by cloning the original store and applying some functions without side effects. … Redux is an application architecture inspired by Facebook Flux and Elm.