Skip to content

Instantly share code, notes, and snippets.

@rgbkids
rgbkids / sample.html
Last active April 26, 2017 10:39
出来る限り短く説明するReact.js入門 ref: http://qiita.com/rgbkids/items/8ec309d1bf5e203d2b19
<!DOCTYPE html>
<html>
<head>
<script src="http://fb.me/react-0.13.3.js"></script>
<script src="http://fb.me/JSXTransformer-0.13.3.js"></script>
</head>
<body>
<div id="app"></div><!-- ←ここに埋め込まれる -->
<!-- 以下、Reactのプログラム -->