adspace
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