Skip to content

Instantly share code, notes, and snippets.

View tilomitra's full-sized avatar
👋

Tilo Mitra tilomitra

👋
View GitHub Profile
@tilomitra
tilomitra / react-snippet.jsx
Last active June 13, 2021 16:03
Run this through parceljs to embed on a Square Store via Snippets API
import React from "react";
import ReactDOM from "react-dom";
function Frontend() {
return <div>Sample Snippet Content - TESTING*******************</div>;
}
// self executing function here
(function () {
// your page initialization code here