From b84fb3d281220b226b8eab38e84720ff82c3cc12 Mon Sep 17 00:00:00 2001 From: Hamid Sarfraz Date: Sun, 14 Jul 2019 03:34:14 +0500 Subject: [PATCH] Added option for more cdns. (#2144) --- content/docs/cdn-links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index 73e3e817177..dd0757b940d 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -22,6 +22,8 @@ The versions above are only meant for development, and are not suitable for prod To load a specific version of `react` and `react-dom`, replace `16` with the version number. +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)). + ### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute} 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: