Skip to content

Instantly share code, notes, and snippets.

View jonahallibone's full-sized avatar

Jonah Allibone jonahallibone

View GitHub Profile
import React, { useContext, useRef, useMemo } from "react";
import {
ApolloClient,
ApolloProvider,
HttpLink,
InMemoryCache
} from "@apollo/client";
import { setContext } from "apollo-link-context";
import { BrowserRouter as Router } from "react-router-dom";
import AppContext from "./AppContext";
import { useRef, useState } from "react";
import {
Box,
Button,
Center,
Flex,
Grid,
GridItem,
IconButton,
Input,
@jonahallibone
jonahallibone / web-dev-tools-2023.md
Created January 13, 2023 17:19
Web Dev Tools 2023

A list of tools compiled in January 2023

There's no real order to this. More of a dump. Will organize in the future

  • Prisma
    • TypeSafe ORM for Node.js
  • tRPC
    • Typesafe REST, GraphQL alternative for TypeScript monorepos
  • create-t3-app
  • A starter pack of Next.js, Prisma.io, and tRPC