Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zivanovicb/8ad756beca3c37aca860aa4cfcb87093 to your computer and use it in GitHub Desktop.
Save zivanovicb/8ad756beca3c37aca860aa4cfcb87093 to your computer and use it in GitHub Desktop.
cms implementation
var React = window.React;
var ReactDOM = window.ReactDOM;
window.onload = function () {
// opcije:
// 1: "stil-kurir"
// 2: "kurir"
// 3: "espreso"
// 4: "glossy-espreso"
ReactDOM.render(
React.createElement(window.App, { publisher: "kurir" }),
document.getElementById('root')
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment