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 1bb969b commit e25e3fdCopy full SHA for e25e3fd
README.md
@@ -12,7 +12,6 @@ flexibility as well as the new Context API for ease of use. Makes it easy to han
12
assumptions about the shape of your data or the type of request.
13
14
- Zero dependencies
15
-- A little over 150 LOC
16
- Works with any (native) promise
17
- Choose between Render Props and Context-based helper components
18
- Provides convenient `isLoading`, `startedAt` and `finishedAt` metadata
@@ -112,6 +111,8 @@ const MyComponent = () => (
112
111
113
Similarly, this allows you to set default `onResolve` and `onReject` callbacks.
114
+## API
115
+
116
### Props
117
118
`<Async>` takes the following properties:
0 commit comments