Conceptual
Login

Redux Actions

An action is a plain serializable object with a `type` string (and usually a `payload`) describing what happened, not how state should change. Actions are the only way to trigger a state update, forming an event log of the app's history.

This Concept is waiting for its first lesson!

An action is a plain serializable object with a `type` string (and usually a `payload`) describing what happened, not how state should change. Actions are the only way to trigger a state update, forming an event log of the app's history.

Are you a teacher? Sign in to start contributing.

Sign In