Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created May 6, 2020 19:07
Show Gist options
  • Save Klerith/b0111f52ba16451d095f38d4c995605b to your computer and use it in GitHub Desktop.
Save Klerith/b0111f52ba16451d095f38d4c995605b to your computer and use it in GitHub Desktop.
Introducción a React
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- Cargat 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>
<title>Curso de React</title>
</head>
<body>
<div id="root"></div>
<script>
// ==== Código
</script>
</body>
</html>
@dbrangundin
Copy link

La IA nos va a sustituir y hace bien, el mundo y los humanos somos demasiado importantes como para q este todo en nuestras manos infantiles.

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