Skip to content

Commit 3a99d6f

Browse files
committed
link to stackblitz
1 parent 991f605 commit 3a99d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embeds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If the external (host) application is on a different origin than the Framework a
8181

8282
</div>
8383

84-
In React, you can do something similar using [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) and [`useEffect`](https://react.dev/reference/react/useEffect) and [`useRef`](https://react.dev/reference/react/useRef) hooks:
84+
In React, you can do something similar using [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) and [`useEffect`](https://react.dev/reference/react/useEffect) and [`useRef`](https://react.dev/reference/react/useRef) hooks (see this example live on [StackBlitz](https://stackblitz.com/edit/observable-framework-embed-react?file=src%2FApp.tsx)):
8585

8686
```jsx run=false
8787
import {useEffect, useRef} from "react";

0 commit comments

Comments
 (0)