Skip to content

Commit e8d45b2

Browse files
author
Gijs Nieuwenhuis
committed
Link to article that explains about re-renders
1 parent 94b8c7f commit e8d45b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ When working with promises in `useEffect()` you have many things to take into ac
434434
- How to catch errors and render your error notification
435435
- What to render when the value is resolved
436436
437-
This hook helps you with the status changes and reduces the number of re-renders required to get there.
437+
This hook helps you with the status changes and [reduces the number of re-renders required to get there](https://levelup.gitconnected.com/react-hooks-gotchas-setstate-in-async-effects-d2fd84b02305?gi=8a0b357c6dcc).
438438
439439
Usage:
440440

0 commit comments

Comments
 (0)