Tools
React
Main Content
Summary
The UI library behind most of the interfaces I build.
Description
React is my default for building interfaces. Components keep every part of a page small, reusable, and easy to reason about, which means faster builds and fewer surprises as a site grows.
I have used it on everything from marketing sites to full platform rebuilds, usually paired with Next.js and TypeScript.