Skip to content

Instantly share code, notes, and snippets.

@tetsuo
Created July 14, 2017 17:16
Show Gist options
  • Save tetsuo/31d0e6f0d192acfe34768dbbf1b40793 to your computer and use it in GitHub Desktop.
Save tetsuo/31d0e6f0d192acfe34768dbbf1b40793 to your computer and use it in GitHub Desktop.
xus-example-index-4
import { createElement } from "react"
import { observer } from "mobx-react"
const tree = render(state, {
createElement: createElement,
observer: observer
})
ReactDOM.render(tree, document.getElementById("main"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment