Skip to content

Instantly share code, notes, and snippets.

@sonthonaxrk
Created March 13, 2015 12:14
Show Gist options
  • Save sonthonaxrk/b274422bf86d80e995a3 to your computer and use it in GitHub Desktop.
Save sonthonaxrk/b274422bf86d80e995a3 to your computer and use it in GitHub Desktop.
React.render(
<MainViewContainer/>,
document.getElementById("main-area")
);
React.render(
<MainSideMenu/>,
document.getElementById("sidemenu-nav")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment