Frontend Web

Frameworks, SSR/SSG, CSS, design systems, accessibility, and performance budgets.

  • 7 Subtopics
  • 9 Tracked terms
  • Last 30 days Feed window

Inside Frontend Web

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Frontend Web


dev.to > devpreflight > why-ai-coding-assistants-write-clean-looking-css-that-breaks-in-production-and-how-to-fix-it-4mk1

Why AI coding assistants write clean-looking CSS that breaks in production (and how to fix it)

52+ min ago   (636+ words) If you use Cursor, Claude, or Copilot for frontend work, you already know the feeling. You prompt the model to generate a dashboard card or a modal component. It spits out fifty lines of clean TypeScript and Tailwind classes in…...


dev.to > holasoymalva > react-is-officially-dead-in-2026-thanks-to-ai-290m

React is Officially Dead in 2026 (Thanks to AI)

2+ hour, 55+ min ago   (1376+ words) A few years ago, learning React felt almost mandatory. Then you built the legally required weather app, Todo app, and Netflix clone. You were now a "full stack developer." At least according to LinkedIn. But it's 2026, and I'm not sure…...


dev.to > dtofficial > react-mental-models-2-4lfn

React Mental Models 2

2+ hour, 46+ min ago   (298+ words) How React Actually Renders: Understanding the Render Lifecycle The Lifecycle of a State Change Everything in React revolves around state. State represents the underlying data that influences what the user sees on screen. Common examples of state include: Developers assume…...


dev.to > codenameone > faster-starts-less-javascript-overhead-297m

Faster Starts, Less JavaScript Overhead

3+ hour, 16+ min ago   (863+ words) Codename One removes native startup waits, repeated style scans, and unnecessary JavaScript suspension. Profiles and compiler benchmarks expose costs that bundle size and frame rates miss. Tagged with java, mobile, android, ios....


dev.to > humzakt > four-stops-instead-of-thirty-rebuilding-the-dashboard-and-retiring-hand-rolled-ui-1a35

Four Stops Instead of Thirty: Rebuilding the Dashboard and Retiring Hand-Rolled UI

3+ hour, 44+ min ago   (1695+ words) An editor's real complaint about the main video-generation service's internal tool wasn't any single bug. It was the shape of using it: thirty confirmation stops on an attended run, a dashboard that buried the one thing you actually owed a…...


dev.to > pedro_midueno > closures-a-fondo-en-javascript-4hfh

Closures a fondo en JavaScript

3+ hour, 39+ min ago   (998+ words) Un closure es la combinación de una función agrupada dentro de otra con referencias a su estado adyacente. Veamos el siguiente ejemplo para entenderlo un poco mejor: Esto como te puedes imaginar, podía causar bugs muy complicados de encontrar. Con…...


dev.to > mittens420 > quick-revisit-event-loop-browser-vs-nodejs-3307

[quick-revisit]: Event Loop - Browser vs. Node.js

4+ hour, 39+ min ago   (16+ words) JavaScript is single-threaded, yet JavaScript runtimes handle high-concurrency I/O effortlessly.... Tagged with javascript, node, webdev....


dev.to > sathish_kumar_967 > css-properties-i-learned-today-2i4f

CSS properties I learned today:

4+ hour, 38+ min ago   (101+ words) GRID-TEMPLATE-AREA: ​This property allows us to define named grid areas visually. Instead of calculating percentages or pixel values, we can map out our layout like a blueprint! Example:.container { display: grid; grid-template-areas: "header header header" "Left.nav mainContent Right.nav…...


80.lv > articles > give-animated-characters-realistic-jiggle-motion-with-this-unity-tool

Give Animated Characters Realistic Jiggle Motion With This Unity Tool

5+ hour, 10+ min ago   (140+ words) Great for breasts, bellies, tails, and more. The whole character can still have collisions, while unpainted areas stay rigid and follow the animation normally. Rigidbody objects can also interact with the character, hitting and compressing the soft areas before bouncing…...


hackernoon.com > how-i-turned-a-404-error-into-a-zero-dependency-game-to-save-a-domain-migration

How I Turned a 404 Error Into a Zero-Dependency Game to Save a Domain Migration | HackerNoon

6+ hour, 2+ min ago   (539+ words) So we all know what the traditional 404 page looks like. Nothing to it but to "exit". It’s barely any SEO points and just leaves users frustrated. You've already gained and spent SEO equity driving them there; it seems a waste…...