#frontend
9 posts tagged with #frontend
Every article below is hand-written, technically reviewed, and focused on frontend. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.
Frontend and Mobile CSS Popover API Examples + Accessibility Patterns [2026]
Production-ready Popover API recipes for menus, tooltips, and non-modal UI in 2026. Focus rules, screen reader traps, Anchor Positioning, nesting, and fallbacks—without pulling in a floating UI library by default.
Frontend and Mobile Tailwind CSS vs CSS Modules 2026: Which Wins for Your Stack?
Tailwind CSS wins for rapid UI development, design systems, and teams that want co-located styles; CSS Modules wins for strict encapsulation, legacy codebases, and teams that prefer semantic, maintainable class names. Your framework choice and team size tip the scales.
Frontend and Mobile Astro vs Next.js in 2026: Which Framework Should You Actually Use?
Astro wins for content-heavy, performance-critical sites where JavaScript should be minimal. Next.js wins for full-stack apps needing server actions, auth, and real-time features — here's how to choose.
Frontend and Mobile Claude Artifacts for UI Design: I Gave It an Impossible Dashboard Challenge [2026]
I asked Claude Artifacts to build a full drone fleet management dashboard from a vague brief. Here's what happened across 14 iterative prompts — and where AI-generated UI actually breaks down.
Technology Hotwire vs Next.js in 2026: Is Server-Centric HTML the End of SPA Bloat? [Compared]
I built the same app with Hotwire and Next.js. The JavaScript payload difference was staggering — and it changed how I think about frontend architecture defaults.
Frontend and Mobile Native Browser APIs That Make Your Frontend Framework Overkill [2026]
9 native browser APIs now handle transitions, popovers, i18n, and more — here's why your JavaScript dependencies are becoming dead weight.
Frontend and Mobile CSS 3D Transforms: How Someone Built DOOM in a Browser Without WebGL [2026]
A technical breakdown of how CSS perspective, preserve-3d, and clever DOM manipulation can render a DOOM-style 3D world — no canvas, no WebGL, just divs.
Technology Vite vs Turbopack vs Rspack Benchmarked [2026]
Vite 8, Turbopack, and Rspack 2.x all shipped major updates in 2026. I compared cold starts, HMR, and production builds — one tool clearly wins for most teams.
Frontend and Mobile JavaScript Bloat in 2026: 3 Architectural Root Causes Killing Your Web Performance [Guide]
Most JavaScript bloat advice stops at tree-shaking and code-splitting. The real problem is architectural: client-side rendering, zombie polyfills, and third-party script sprawl are the three pillars you need to tear down.