Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created April 16, 2014 18:44
Show Gist options
  • Save StoneCypher/10919111 to your computer and use it in GitHub Desktop.
Save StoneCypher/10919111 to your computer and use it in GitHub Desktop.
React repeater control housing HTML (js impl at https://gist.github.com/StoneCypher/10919150 )
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="build/react.js"></script>
<script src="build/JSXTransformer.js"></script>
<script type="text/jsx" src="repeater.jsx"></script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment