Skip to content

Instantly share code, notes, and snippets.

View brookslybrand's full-sized avatar

Brooks Lybrand brookslybrand

View GitHub Profile
@alexanderson1993
alexanderson1993 / app.tsx
Last active April 19, 2021 15:10
Deno React SSR
import {
React,
} from "https://unpkg.com/es-react";
declare global {
namespace JSX {
interface IntrinsicElements {
h1: any;
div: any;
h2: any;