1. React
  2. React Day Berlin
  3. 2019
  4. How Many Ways to Say I'm Sorry, Error Handling in React

How Many Ways to Say I'm Sorry, Error Handling in React

Learn about errors in JavaScript, and modern ways to handle them in React.

Jesse Martin at React Day Berlin 2019

Error handling is an important subject matter as it cuts across concerns from creating resilient code as well as improving user experience. The talk is broken down into the following structure: - Modern ways to handle errors in React - Mental models for determining which parts of the UI should handle their own errors. - How error handling reduced our customer success workload. - Some live coding full of errors.