Skip to content

Instantly share code, notes, and snippets.

View jordandrako's full-sized avatar

Jordan Janzen jordandrako

View GitHub Profile
@jordandrako
jordandrako / VisGraph.tsx
Created October 20, 2021 23:10 — forked from ZachHaber/VisGraph.tsx
Re write of https://github.com/crubier/react-graph-vis to a function component for strict mode compliance
import React, {
forwardRef,
HTMLAttributes,
useEffect,
useImperativeHandle,
useRef,
useState,
} from 'react';
import { DataSet } from 'vis-data';
import {