Skip to content

Instantly share code, notes, and snippets.

@douglascorrea
Created April 8, 2021 20:51
Show Gist options
  • Save douglascorrea/102f47555c6ca9249558f1d3719b73fd to your computer and use it in GitHub Desktop.
Save douglascorrea/102f47555c6ca9249558f1d3719b73fd to your computer and use it in GitHub Desktop.
Projetinho de Quinta - React no Navegador
<script src="https://unpkg.com/react@17/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
<!--Nao use isso em producao: -->
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment