React
Error boundary
Used to catch rendering errors and display a fallback UI. See relevant React documentation page here for more information.
According to this stack overflow post, there are no native functional implementation for the error boundary component in react. See also the following pages of the legacy react docs: - Do hooks cover all cases for classes? - Introducing Error Boundaries