Skip to content

Instantly share code, notes, and snippets.

Method Render Errors Event Handler Errors Async/Promise Errors
try/catch ❌ No ✅ Yes ✅ Yes
State with try/catch ❌ No ✅ Yes ✅ Yes
Error Boundary ✅ Yes ❌ No ❌ No
Combined Strategy ✅ Yes ✅ Yes ✅ Yes