Disclaimer: This is a user generated content for MyStory, a YourStory initiative to enable its community to contribute and have their voices heard. The views and writings here reflect that of the author and not of YourStory.
Comparison of Redux and Facebook Flux in React Js
109319
https://yourstory.com
false
true
0
0
Flux is not a library its just a recommended architecture for web applications. Redux is its implementation. It is possible to write apps in React without using Flux. Redux is very usefull for bigger projects rather than small projects.
- Flux store contains state and change logic, but in Redux store and change logics are seperate.
- Flux has multiple stores, but Redux has single store.
- Flux has singleton dispatcher whereas Redux doesn't have a dispatcher.
- Flux state is mutable and Redux state is immutable . Read more
Upcoming Events
{{/noData}}{{displayDate}}
{{hour12}} {{dayPeriod}}
to {{hour12}} {{dayPeriod}} IST
Trending Now
Trending Stories
Upcoming Events
{{/noData}}{{displayDate}}
{{hour12}} {{dayPeriod}}
to {{hour12}} {{dayPeriod}} IST
Daily Capsule
{{title}}
Latest
Updates from around the world
Sign up to YourStory
By signing up for YourStory, you agree to the Terms of Service and Privacy Policy of the platform