Skip to content

Instantly share code, notes, and snippets.

@arifkoken
Created July 21, 2017 19:20
Show Gist options
  • Save arifkoken/dc4708059785eb969185cd8a352df233 to your computer and use it in GitHub Desktop.
Save arifkoken/dc4708059785eb969185cd8a352df233 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hello World</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.25.0/babel.js"></script>
<script type="text/babel">
ReactDOM.render(
<h1>Merhaba</h1>,document.getElementById('root'));
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment