adspace


What is flux?

Answer Posted / Pritibhi Kumar

Flux is a pattern for unidirectional data flow in React applications, developed by Facebook. It consists of a central store called dispatcher and immutable stores called containers. Flux provides a way to manage application state and make it predictable. However, Flux has been replaced by Redux in most modern React applications.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

564


How would you create higher order components (hocs) in react.js?

448