react-umd 19.2.5 → 19.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,12 +12,22 @@ react v19 [#umd-builds-removed](https://react.dev/blog/2024/04/25/react-19-upgra
12
12
 
13
13
  But this is a complicate world, some places still use UMD.
14
14
 
15
+ https://github.com/user-attachments/assets/a24df119-9a93-40c6-8e34-ab8b71dcdd81
16
+
15
17
  ## Usage
16
18
 
17
19
  - https://unpkg.com/react-umd/dist/react.umd.js
18
20
  - https://unpkg.com/react-umd/dist/react-dom.umd.js
19
21
  - https://unpkg.com/react-umd/dist/react-dom-client.umd.js
20
22
 
23
+ ### Details
24
+
25
+ | import entry | unpkg url | global variable |
26
+ | ------------------ | -------------------------------------------------------- | --------------------------- |
27
+ | `react` | https://unpkg.com/react-umd/dist/react.umd.js | `globalThis.React` |
28
+ | `react-dom` | https://unpkg.com/react-umd/dist/react-dom.umd.js | `globalThis.ReactDOM` |
29
+ | `react-dom/client` | https://unpkg.com/react-umd/dist/react-dom-client.umd.js | `globalThis.ReactDOMClient` |
30
+
21
31
  ## License
22
32
 
23
33
  the MIT License http://magicdawn.mit-license.org