React ErrorBoundaries
6 minutes
React breaks up our UI into separate, reusable components which makes organizing code much easier. However, if one of those components breaks, it crashes the rest of your UI. In this screencast, we'll show you how to build a React ErrorBoundary component that will help keep your UI working even when there are errors