The project has three components that showcase ways to handle errors in React:
CustomHandling/NoHandling.tsxhas an example of no handling (please do not do this)CustomHandling/BasicHandling.tsxhas an example with a field that shows the user when an error occursCustomHandling/SnackbarHandling.tsxhas a better example of error handling with a snackbar componentCustomhandling/HookHandling.tsxhas an example of error handling that listens for error fileds in a custom hookReactErrorBoundary/ReactErrorBoundary.tsxhas an example that showcasers react-error-boundary