Skip to content

Instantly share code, notes, and snippets.

View asafbendor's full-sized avatar

Asaf Bendor asafbendor

View GitHub Profile
@asafbendor
asafbendor / index.html
Created April 9, 2023 15:12 — forked from gaearon/index.html
Multiple React components on a single HTML page
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>