adspace


What is Redux?

Answer Posted / Alka Chauhan

Redux is a predictable, immutable state container for JavaScript applications that helps manage application state in a simple, consistent manner. It was created by Dan Abramov and works well with React.

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