/tooling
Here's a couple of other things that I love working with:
Next.js: can't believe I put off working on Next,js for so long; it is an absolute delight!
TanStack Start: full-stack React without giving up route-level control
Tailwind CSS: utility-first styling that keeps iteration fast
TypeScript: type-safe code means that refactoring and catching bugs at code-write time itself becomes the norm
TanStack Query: makes fetching, caching, synchronizing and updating server state in React apps a breeze
Cloudflare D1: lightweight SQL at the edge for things like page view counters
and a couple of packages that I've been keeping an eye out for:
Biome: a fast formatter + linter experience with excellent TypeScript support
Vite: taking the concepts of Snowpack and Parcel to a whole another level
Svelte: component framework which unlike React and Vue (which primarily run in the browser), runs during the compile step at build time
Getting view count