Skip to content

Instantly share code, notes, and snippets.

@iwata-n
Created February 10, 2016 06:11
Show Gist options
  • Save iwata-n/bfb72ce4f2348d3785f8 to your computer and use it in GitHub Desktop.
Save iwata-n/bfb72ce4f2348d3785f8 to your computer and use it in GitHub Desktop.
React.jsのVirtual DOM内にコメントを書く方法 ref: http://qiita.com/iwata-n@github/items/38bce5b782d16317839c
var content = (
<div>
<div>これは表示される</div>
{ /* <div>これはコメントアウトされる</div> */ }
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment