#react
2 posts tagged react.
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