InfoQ Homepage Flux Content on InfoQ
News
RSS Feed-
Redux: An Architectural Style Inspired by Flux
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. There is no Dispatcher.