Skip to content

Instantly share code, notes, and snippets.

View buuug7's full-sized avatar
😯
On vacation

buuug7 buuug7

😯
On vacation
View GitHub Profile
@buuug7
buuug7 / gist:d8a812ea0f2b8c909caceec8227f1759
Created April 22, 2024 14:49
react single file example
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>React single file example</title>
<script src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
<!-- Don't use this in production: -->
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>