GitHubSign in

A function in Redux that determines changes to an application's state. It uses the action it receives to determine this change.

"Reducers are pure functions that take the current state of an application and an action, and return a new state."

@openai