Skip to content

Commit b84fb3d

Browse files
praisedpklex111
authored andcommitted
Added option for more cdns. (reactjs#2144)
1 parent 4af9f2d commit b84fb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/cdn-links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The versions above are only meant for development, and are not suitable for prod
2222

2323
To load a specific version of `react` and `react-dom`, replace `16` with the version number.
2424

25+
Both React and ReactDOM are available on PageCDN ([React](https://pagecdn.com/lib/react), [ReactDOM](https://pagecdn.com/lib/react-dom)) and CDNJS ([React](https://cdnjs.com/libraries/react), [ReactDOM](https://cdnjs.com/libraries/react-dom)).
26+
2527
### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute}
2628

2729
If you serve React from a CDN, we recommend to keep the [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute set:

0 commit comments

Comments
 (0)