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
Redi will be mounted on the global variable `@wendellhu/redi`, and you can access it via `window["@wendellhu/redi"]`.
109
+
110
+
<Callout>
111
+
Here we use [UNPKG](https://unpkg.com) as the CDN service. You can also choose other CDN services that host npm packages, such as [jsDelivr](https://www.jsdelivr.com).
112
+
</Callout>
113
+
114
+
If you want to use redi with React, you can include the following `<script>` tag:
Redi's React API will be mounted on the global variable `@wendellhu/redi/react-bindings`, and you can access it via `window["@wendellhu/redi/react-bindings"]`.
121
+
122
+
If you are using React 19, you should import the React bindings using [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules):
0 commit comments