Skip to content

Instantly share code, notes, and snippets.

@SebastianCB-dev
Created March 7, 2023 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianCB-dev/d29e8551fe96f7896e1d8fdb2f6f0dee to your computer and use it in GitHub Desktop.
Save SebastianCB-dev/d29e8551fe96f7896e1d8fdb2f6f0dee to your computer and use it in GitHub Desktop.
React Cascaron HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReactApp</title>
<!-- Cargar React -->
<script crossorigin
src="https://unpkg.com/react@16/umd/react.production.min.js">
</script>
<script crossorigin
src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js">
</script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment