Skip to content

Commit 0c5d26d

Browse files
committed
add more links to the readme
1 parent 43fa110 commit 0c5d26d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ const App = makeComponent(main);
4040
render(h(App), document.getElementById('app'));
4141
```
4242

43+
Other examples:
44+
45+
- [Use React inside Cycle.js (CodeSandbox)](https://codesandbox.io/s/4zqply47nw)
46+
- [Use Cycle.js to write a React component (CodeSandbox)](https://codesandbox.io/s/6xzrv29963)
47+
48+
Read also the [announcement blog post](https://staltz.com/use-react-in-cyclejs-and-vice-versa.html).
49+
4350
## Usage
4451

4552
<details>

0 commit comments

Comments
 (0)