There have variious difference between flux and tredux is
1. Redux includes a single Store per application. Rather than placing state information in multiple Stores across the app,
Redux keeps everything in one region of the application
but in Flux includes multiple Stores per application
2. Redux is an open-source JavaScript library used for creating User Interfaces. but in Flux's architecture is designed to build client-side web apps.