Using Error Boundary in React
What is an Error Boundary?
While building applications, errors are inevitable. They might come from APIs, UI or from several other places.
It's very important to handle these errors gracefully & maintain good UX despite these errors.
Error Boundary i...
devvarun.hashnode.dev5 min read
Emorinken Samuel
Front End Web developer
good article