Skip to content

Instantly share code, notes, and snippets.

View joshpensky's full-sized avatar
:shipit:
Codin'

Josh Pensky joshpensky

:shipit:
Codin'
View GitHub Profile
@joshpensky
joshpensky / SerialProvider.tsx
Created March 11, 2021 17:13
Web Serial API + React
import {
createContext,
PropsWithChildren,
useContext,
useEffect,
useRef,
useState,
} from "react";
// RESOURCES:
@joshpensky
joshpensky / Link.js
Last active March 15, 2019 15:48
React/Vue universal Link component