You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interfaces.md
+8-11
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,17 @@ React Async provides several ways to use it. The classic interface is through th
4
4
backwards compatible to React v16.3. More recent React applications will be using hooks, of which two are provided:
5
5
`useAsync` and `useFetch`. Functionally, `<Async>` and `useAsync` are equivalent. `useFetch` is a special type of `useAsync` which is tied to the native `fetch` API.
6
6
7
-
React Async accepts a wide range of [configuration options][options] and returns a set of [render props][props]. The way
8
-
you use these differs slightly between the `useAsync` and `useFetch` hooks, and the `<Async>` component.
0 commit comments