Skip to content

Commit 160d01a

Browse files
committed
docs: add link to blog post
1 parent 3c93397 commit 160d01a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ This component provides a simple and reusable wrapper that you can use to wrap
2828
around your components. Any rendering errors in your components hierarchy can
2929
then be gracefully handled.
3030

31+
Reading this blog post will help you understand what react-error-boundary does
32+
for you:
33+
[Use react-error-boundary to handle errors in React](https://kentcdodds.com/blog/use-react-error-boundary-to-handle-errors-in-react)
34+
– How to simplify your React apps by handling React errors effectively with
35+
react-error-boundary
36+
3137
## Table of Contents
3238

3339
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)