What is Flux in react?

Forums ReactWhat is Flux in react?
Staff asked 2 years ago

Answers (1)

Add Answer
Utsav Vasoya Marked As Accepted
Staff answered 2 years ago

Flux 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.

Subscribe

Select Categories