-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Facebook's install page (https://github.com/facebook/react#installation) recommends including both React and ReactDOM from CDN.
<!-- The core React library -->
<script src="https://fb.me/react-0.14.0.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-0.14.0.js"></script>By using this style we don't need to vendor ReactDOM directly. Would it make sense to do this:
var ReactDOM = (typeof window !== "undefined" ? window['ReactDOM'] : typeof global !== "undefined" ? global['ReactDOM'] : null);Here:
https://github.com/JedWatson/react-select/blob/master/dist/react-select.js#L73
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels