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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ export default App
94
94
95
95
#### Query
96
96
97
-
The `Query` component uses the render prop pattern for making asynchronous request. It is best used when making multiple request in a single component.
97
+
The `Query` component uses the render prop pattern for managing asynchronous request. It is best used when making multiple request in a single component.
98
98
99
99
```tsx
100
100
importReactfrom'react'
@@ -145,7 +145,7 @@ export const App
145
145
146
146
#### makeRequest
147
147
148
-
`makeRequest` is a special utility function for making request when you don't want to use any of the `hooks` or the `Query` component
148
+
Don't want to use `hooks` or the `Query` component? `makeRequest` is here for you 😃
0 commit comments