What is Flux in react?
Answers (1)
Add AnswerFlux uses a unidirectional data flow pattern to solve state management complexity. Remember it is not a framework – rather it’s more of a pattern that targets to solve the state management issue. It is useful when your project has dynamic data and you need to keep the data updated in an effective manner.