/** * ReactDOM v16.0.0-alpha */ ;(function(f) { // CommonJS if (typeof exports === "object" && typeof module !== "undefined") { f(require('react')); // RequireJS } else if (typeof define === "function" && define.amd) { require(['react'], f); //