Skip to content

Instantly share code, notes, and snippets.

@tpai
Created January 5, 2018 04:23
Show Gist options
  • Save tpai/3ddc4677e265a10b59422b3575fd4ff5 to your computer and use it in GitHub Desktop.
Save tpai/3ddc4677e265a10b59422b3575fd4ff5 to your computer and use it in GitHub Desktop.
react-dom-umd
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react')) :
typeof define === 'function' && define.amd ? define(['react'], factory) :
(global.ReactDOM = factory(global.React));
}(this, (function (React) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment