DEV Community

Discussion on: Handle errors gracefully with React Error Boundary

Collapse
 
mrnano profile image
Nano

So with react-error-boundary package, does that mean we can use React error boundaries with purely functional component, without the need of creating class component - right?