Why are reducer actions commonly represented as objects with a type field?
Because reducers require serialized JSON-compatible actions
Because the type identifies which state transition logic should run
Because React internally converts actions into switch statements
Because dispatch can only process objects during batching
This is a premium drill. Continue on to the next free drill in the sequence.