Jesse Pence's repositories
jessquery
Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
astro-docs-template
A template for creating documentation using Astro's Content Collections API. It creates a Table of Contents based on the markdown files and folders in the content folder, and it creates a "On this Page" link-list dynamically based on the headings of each page.
rsc-from-scratch
RSC from scratch challenges
fetch-upload-progress
Testing out how to get a progress event on uploads from the fetch API
jessepence.com
My portfolio built with Astro and UnoCSS. It's... a bit much, but hopefully employers will stick with it long enough to scroll through the portfolio.
deno-real-store
Deno versions of my demo app
docs
Astro documentation
electric-larrys
Final version of my e-commerce store.
into-the-future
A collection of demos for my blog
astro
The all-in-one web framework designed for speed. ⭐️ Star to support our work!
astro-bug-report
always fun
astro-upload
Showing how to persist an upload component between pages.
DefinitelyTyped
The repository for high quality TypeScript type definitions.
jazzypants1989
Config files for my GitHub profile.
jessedit-prototype
This is just from me playing around and learning SolidJS last year. This will become a time capsule of what using server$ was like. Not the best code in the world, but it has sentimental value to me.
jovialpenguin.com
Placeholder website while I look for a job.
navigation-api-view-transitions
Testing out experimental routers.
nextjs-test
Bug report for NextJS
open-ui
Maintain an open standard for UI and promote its adherence and adoption.
philly-js-club-site
The website for Philadelphia's monthly JavaScript meetup. ✨
react-state-management
Implementing the same shopping cart with three different state management tools. I was trying to see which one I liked best. I picked Jotai.
simple-myxa
Look, Mom! I made a framework! Just kidding, I'm just playing around with a basic state-based rendering library with a nested router.
solid-router
A universal router for Solid inspired by Ember and React Router
view-transitions-live-mpa
Maxi Ferreira's view transitions demo using the view-transition meta tag instead of the navigation API.
vscode-theme
VSCode theme specially created for my form of color-blindness. This probably shouldn't be used by anyone else.
vt-live-astro
Showing off how easy Astro makes View Transitions