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 Community
dev.to > erlanggasatriasource > how-i-ended-up-with-a-29-kb-gzip-reactive-ui-engine-that-runs-from-a-static-file-1l3e

How I ended up with a 2.9 kB GZip reactive UI engine that runs from a static file

10+ hour, 8+ min ago   (565+ words) A few weeks ago, I was working on a side project. Nothing fancy — just a small dashboard with a form, a list, and a few buttons. The kind of thing that should take an afternoon. But I caught myself opening…...

DEV Community
dev.to > vishnu_thankappan > how-i-integrated-webmcp-into-my-developer-portfolio-and-turned-it-into-an-ai-callable-agent-36bj

How I Integrated WebMCP into My Developer Portfolio (And Turned It into an AI-Callable Agent)

12+ hour, 24+ min ago   (20+ words) Most developer portfolios are still static digital brochures. With the web is increasingly being... Tagged with angular, webdev, ai, typescript....

DEV Community
dev.to > praiztech > explicit-accessibility-contracts-make-react-components-more-portable-p2b

Explicit accessibility contracts make React components more portable

16+ hour ago   (1010+ words) A component that works in a React app doesn't automatically work when you reuse it elsewhere in the React ecosystem. I moved a design-system layout component from a React app into a Next project and it broke. The problem wasn't…...

Medium
medium.com > @vedantabhishek > unary-operators-in-javascript-one-operand-surprisingly-powerful-aaa8a939b254

Unary Operators in JavaScript: One Operand, Surprisingly Powerful

12+ hour, 58+ min ago   (790+ words) Two values. One operator. Simple.But JavaScript also has operators that work with just one operand.These are called unary operators. And despite operating on only one value, unary operators can do some surprisingly powerful things, from converting strings into…...

DEV Community
dev.to > dmitriusan > code-dictator-vs-wispr-flow-vs-claude-code-vs-copilot-cli-free-voice-dictation-for-ai-coding-in-vs-a8m

Code Dictator vs Wispr Flow vs Claude Code vs Copilot CLI: Free Voice Dictation for AI Coding in VS Code

17+ hour, 31+ min ago   (447+ words) Voice input for AI coding assistants got crowded fast in 2026. If you're picking a tool, here's a direct, feature-level comparison — including where the tools we didn't build genuinely win. The honest limitation: it's VS Code-only, and it depends on a…...

DEV Community
dev.to > codewithdivine > 10-css-layouts-every-developer-should-know-grid-flexbox-explained-the-simple-way-4ogh

10 CSS Layouts Every Developer Should Know (Grid & Flexbox Explained the Simple Way)

18+ hour, 14+ min ago   (648+ words) You've seen these layouts a hundred times, blogs, dashboards, Pinterest boards, magazine sites. But when you sit down in front of a design file, do you know which CSS tool to reach for, or are you just guessing until something…...

Medium
medium.com > @codlook > look-a-web-programming-language-built-around-the-web-b599aafd1119

LOOK: A Web Programming Language Built Around the Web

14+ hour, 1+ min ago   (1511+ words) # LOOK: A Web Programming Language Built Around the Web Modern web development has become incredibly capable — but it has also become increasingly layered. A typical application may involve a programming language, a web framework, a package manager, database drivers, middleware…...

DEV Community
dev.to > joemetry > three-design-to-code-rules-most-developers-ignore-that-will-make-you-a-better-engineer-4o4p

Three Design-to-Code Rules Most Developers Ignore (That Will Make You a Better Engineer)

18+ hour, 29+ min ago   (488+ words) Bridging the gap between Figma mockups and production UI doesn't require complex new frameworks—it requires system thinking. Too often, developers treat design handoffs as a guessing game of hex codes, pixel measurements, and visual trial-and-error. By establishing strict design-to-code…...

DEV Community
dev.to > webprims > 5-small-projects-that-can-make-you-better-at-javascript-4cia

5 Small Projects That Can Make You Better at JavaScript

19+ hour, 14+ min ago   (21+ words) A lot of beginners learn JavaScript by going topic by topic: variables, loops, arrays, objects,... Tagged with javascript, webdev, beginners, programming....

DEV Community
dev.to > codlook > why-we-built-look-a-single-binary-programming-language-designed-for-the-modern-web-4pk5

Why We Built LOOK: A Single-Binary Programming Language Designed for the Modern Web

19+ hour, 1+ min ago   (1470+ words) A simple REST API endpoint can require a programming language, a web framework, a package manager, database drivers, authentication libraries, caching systems, queue systems, a web server, and multiple configuration layers before the actual application logic even begins. This raises…...