lore-hook-react
Responsible for building the application and mounting it to the DOM
Responsible for building the application and mounting it to the DOM
Mount the root component to the DOM
mount: function(Root, lore) {
var config = lore.config.react;
ReactDOM.render(Root, document.getElementById(config.domElementId), cb);
}