1. React
  2. JSCamp
  3. 2019
  4. Error handling: doing it right!

Error handling: doing it right!

Ruben Bridgewater at JSCamp 2019

A journey into the asynchronous debugging horrors, how to avoid them and what patterns can be used to ease the life of each developer debugging applications. We all have run into issues debugging JavaScript. Knowing what went wrong due to missing stack traces in asynchronous contexts and finding the actual issue takes way too long. Especially code with promises can be tedious to debug. Following best practices in error handling reduces debugging time and improves the code base a lot!