Skip to content

Instantly share code, notes, and snippets.

View KingOfSpartaa's full-sized avatar

Kinga KingOfSpartaa

View GitHub Profile
@KingOfSpartaa
KingOfSpartaa / index.html
Created November 22, 2020 08:28 — 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>