#frontend
5 posts tagged frontend.
2 min read
Why I chose Astro over Next.js for this portfolio
This site is a portfolio and blog, not an app behind a login. Here's why that shape pointed at Astro instead of Next.js.
#astro#frontend#architecture
3 min read
Lessons from leading frontend
A few things a decade of frontend work and years of leading it taught me, mostly about leverage and people, not code.
#career#leadership#frontend
2 min read
How we run multiple frontend apps in one Turborepo monorepo
One repo, several apps, a shared design system, and Turborepo keeping builds fast. Here is how it fits together and why it is worth it.
#monorepo#turborepo#frontend
3 min read
Why my design system runs on shadcn/ui, React, and Zod
A design system is a pile of tool choices. Here is the reasoning behind mine, and the one problem each piece actually solves.
#design-systems#react#tooling
2 min read
Why we chose Vite over Next.js
Next.js is excellent, but our apps are authenticated SPAs and an embeddable widget backed by a GraphQL API. Here is why Vite was the better fit.
#vite#react#frontend