» Tag
react
56 postsDitch API Routes with Next.js Server Actions
A look at how Next.js Server Actions paired with Zod eliminate manual API routes and fetch boilerplate while delivering true end-to-end type safety.
The Hidden Performance Cost of Object Spread in JavaScript
A deep dive into the real performance cost of JavaScript object spread, the reduce anti-pattern, and when tools like Immer make more sense.
React Approval Emails Without Effect Loops
Discover why approval flows in React apps cause email issues and how to fix them.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGitHub rebuilds Issues navigation for instant, cache-first loading
GitHub built a client-side caching layer with IndexedDB, cache preheating, and a service worker to make Issues navigation feel instant instead of laggy.
Morphicons: Seamless Icon Transitions Without Pairing
Morphicons offers a simple API for seamless icon transitions without the need for pairing.
Shadcn-Style Registry of On-Device AI Blocks
LocalMode is a shadcn-style registry of AI blocks running in-browser without API keys. Fully user-controlled and editable.
How I Built an Interactive Atlas of 767 Train Routes
TrainRouter is a free interactive map featuring 767 train routes across 118 countries.
nuqs: URL State Management in Next.js
nuqs allows URL to manage state in Next.js, making filters shareable and persistent.
Tips for Building a Developer Portfolio
Key considerations for building a developer portfolio and technical SEO tips.
Headless Component Architecture: Breaking Free from UI Library Lock-in in React
Instead of overriding Material UI or Bootstrap styles with endless CSS hacks, learn how headless components decouple logic from markup for scalable design systems.