How is Redux different from Flux?

SNReduxFlux
1.Redux is an open-source JavaScript library used to manage application StateFlux is an architecture and not a framework or library
2.Store’s state is immutableStore’s state is mutable
3.Can only have a single-storeCan have multiple stores
4.Uses the concept of reducerUses the concept of the dispatcher

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *