Error Boundary ↔ fallback mechanism for to handle Exception in child component
used to respond to potential unhandled errors in complex code/API, untested scenarios
a chance to display a nicely formatted error message to users?
to handle errors further down render tree
getDerivedStateFromError
componentDidCatch
References
error.tsx↔ ( Next 13 ) Page toexport defaultUI on Trigger Error Boundaryto use [**_Error Boundary_**](error-boundary), only avail in [CC](cc)↔ Error Boundary now available in FC via Next 13!to use [**_Error Boundary_**](error-boundary), only avail in [CC](cc)↔ Error Boundary now available in FC via Next 13!