What is an action in Redux?



What is an action in Redux?..

Answer / 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

More React.js Interview Questions

What is the difference between stateful and stateless components.

1 Answers  


What are controlled and uncontrolled components in React?

1 Answers  


What are components in reactjs?

1 Answers  


What is JSX?

1 Answers  


What are synthetic events in react?

1 Answers  


Explain what is CSS-in-JS pattern?

1 Answers  


What are features of react.js?

1 Answers  


What is controllable component in reactjs?

1 Answers  


What is the second argument that can optionally be passed to setState and what is its purpose?

1 Answers  


What is reactjs-jsx? Explain basic code snippet of jsx with the help of a practical example?

1 Answers  


Explain yield catchphrase in JavaScript

1 Answers  


How will be you able to handle more action using redux?

1 Answers  


Categories