Files
unicorn-utterances/content/blog/what-is-react-suspense-and-async-rendering/react-suspense/index.html
Corbin Crutchley 51f6810f51 docs: change slug
2023-12-18 13:55:30 -08:00

10 lines
159 B
HTML

<html>
<head>
<title>React Suspense</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>