architect-handbook

Software Architect Handbook

View on GitHub

Flux Comparison

Resources:

  • https://medium.com/@dakota.lillie/flux-vs-redux-a-comparison-bbd5000d5111
  • https://www.clariontech.com/blog/mvc-vs-flux-vs-redux-the-real-differences

Flux Data Flow

flux data flow

See Flux introduction

Redux Data Flow

redux data flow

Comparison

flux-comparison

There are multiple frameworks/libraries that can be used to implement Flux. But Redux has distinguished itself as the one of the most populars.

Co-authored by dan Abramov and Andrew Clark in 2015, Redux aims to simplify and streamline many of the concepts introduced by Flux.

Redux and Flux are similar in that they both emphasize the importance of unidirectional data flow, and they both adjust state through actions with a similar interface (such as having a type field). However, they have some differences to note: