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 c40a285 commit 0d6d68fCopy full SHA for 0d6d68f
README.md
@@ -16,6 +16,8 @@ React Coroutine attempts to use basic and known language features for the sake
16
of solving problems that are usually solved with APIs and new abstractions that
17
require particular knowledge about them or, sometimes, about internal processes.
18
19
+## Examples
20
+
21
```javascript
22
import React from 'react';
23
import Coroutine from 'react-coroutine';
@@ -61,7 +63,7 @@ function* MovieInfoLoader({ movieId }) {
61
63
export default Coroutine.create(MovieInfoLoader);
62
64
```
65
-## Usage
66
+## Documentation
67
68
See [details page](https://react-coroutine.js.org/Details.html) for more.
69
0 commit comments