Skip to content

Commit cbbf3b0

Browse files
committed
De-emphasized outdated blog post
1 parent b85100f commit cbbf3b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-error-boundary
22

3-
Reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component. Supports all React renderers (including React DOM and React Native). Refer to [this blog post](https://kentcdodds.com/blog/use-react-error-boundary-to-handle-errors-in-react) for more examples of how this package can be used.
3+
Reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component. Supports all React renderers (including React DOM and React Native).
44

55
### If you like this project, [buy me a coffee](http://givebrian.coffee/).
66

@@ -160,4 +160,8 @@ const ComponentWithErrorBoundary = withErrorBoundary(ExampleComponent, {
160160
})
161161

162162
// Can be rendered as <ComponentWithErrorBoundary {...props} />
163-
```
163+
```
164+
165+
---
166+
167+
[This blog post](https://kentcdodds.com/blog/use-react-error-boundary-to-handle-errors-in-react) shows more examples of how this package can be used, although it was written for the [version 3 API](https://github.com/bvaughn/react-error-boundary/releases/tag/v3.1.4).

0 commit comments

Comments
 (0)