Skip to content

Instantly share code, notes, and snippets.

@uxnjs01
Last active December 11, 2016 05:28
Show Gist options
  • Save uxnjs01/0ea8c61eb05aa34e63a2 to your computer and use it in GitHub Desktop.
Save uxnjs01/0ea8c61eb05aa34e63a2 to your computer and use it in GitHub Desktop.
Loading React and JSXTransformer with Facebook's CDN
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React.js Hello World!</title>
<script src="https://fb.me/react-0.13.3.js"></script>
<script src="https://fb.me/JSXTransformer-0.13.3.js"></script>
</head>
<body>
<div id="hello"></div>
</body>
</html>
@uxnjs01
Copy link
Author

uxnjs01 commented Aug 21, 2015

@peterrobie
Copy link

Tutorial link does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment