Skip to content

Commit 313936c

Browse files
authored
Update README.md
1 parent f8d851c commit 313936c

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](https://sebastienlorber.com/handling-api-request-race-conditions-in-react)
13+
- Handle <a href="https://sebastienlorber.com/handling-api-request-race-conditions-in-react" rel="external">race conditions</a>
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)