adspace


What is an action in Redux?

Answer Posted / Ankita Tewari

In Redux, an Action is an object that describes some change to the application state. It contains a type property (a string or symbol) and optional payload, which carries the data needed for the store to update the state.

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?

559


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

447