Errors

Learn how to handle errors using the redux-actions library.

Errors in Redux

The action creator will automatically handle errors for us if they are passed by an Error object. It will generate an object with error = true and the payload set to the Error object:

ERROR

Get hands-on with 1200+ tech skills courses.