Skip to content

Commit f8d851c

Browse files
authored
Update README.md
1 parent 1a2c6a6 commit f8d851c

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
@@ -10,7 +10,7 @@ Don't expect it to grow in size, because it is **feature complete**:
1010
- Handle fetches (`useAsync`)
1111
- Handle mutations (`useAsyncCallback`)
1212
- Handle cancellation (`useAsyncAbortable` + `AbortController`)
13-
- Handle race conditions
13+
- Handle [race conditions](https://sebastienlorber.com/handling-api-request-race-conditions-in-react)
1414
- Platform agnostic
1515
- Works with any async function, not just backend API calls, not just fetch/axios...
1616
- Very good, native, Typescript support

0 commit comments

Comments
 (0)