react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Suggestion]: Add example for retry with the `use` hook and an error boundary

Open fabb opened this issue 1 year ago • 0 comments
trafficstars

Summary

We often want to provide a "retry" button in the error state of the error boundary. An example how to combine this with the use hook would be very helpful.

Page

https://react.dev/reference/react/use#dealing-with-rejected-promises

Details

In the ex

fabb avatar Feb 28 '24 07:02 fabb