We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d851c commit 313936cCopy full SHA for 313936c
README.md
@@ -10,7 +10,7 @@ Don't expect it to grow in size, because it is **feature complete**:
10
- Handle fetches (`useAsync`)
11
- Handle mutations (`useAsyncCallback`)
12
- Handle cancellation (`useAsyncAbortable` + `AbortController`)
13
-- Handle [race conditions](https://sebastienlorber.com/handling-api-request-race-conditions-in-react)
+- Handle <a href="https://sebastienlorber.com/handling-api-request-race-conditions-in-react" rel="external">race conditions</a>
14
- Platform agnostic
15
- Works with any async function, not just backend API calls, not just fetch/axios...
16
- Very good, native, Typescript support
0 commit comments