September 2018
Intermediate to advanced
302 pages
7h 17m
English
It appears that error boundaries are meant to catch runtime errors that prevent rendering to finish successfully. Hence, they are very specific to React and are implemented using a special life cycle hook of the class component.
Error boundaries do not catch errors for the following:
- React official documentation at https://reactjs.org/docs/error-boundaries.html.
Let's discuss the previously mentioned error boundaries limitations further:
Read now
Unlock full access