The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at:
To load a specific version of `react` and `react-dom`, replace `16` with the version number.
### 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:
```html
<scriptcrossoriginsrc="..."></script>
```
We also recommend to verify that the CDN you are using sets the `Access-Control-Allow-Origin: *` HTTP header: