Front End World
СтатистикаNew articles about Front End development. JS, CSS, React, Vue, Angular and others! Russian tech blog: @five_a_m Admin: @jem_jem
- Последний пост
- 16:00
- Последнее чтение
- 07:51
- Постов за неделю
- 14
- Всего постов
- 26
- Тип
- открытый
- Язык
- английский
- Категория
- Технологии (по похожим)
- В каталоге с
- 13 авг.
- 1/24сутки в ленте
- 460
- 1/48двое суток
- 531
- 1/72трое суток
- 572
Медиана по постам, которые мы застали свежими и померили через сутки.
Посты
Liquid Glass 2.0 in CSS (Aqua’s Revenge) The changes in i(Pad)OS 27 may appear subtle at first, but they’re in fact quite profound and reflect a direction I hoped Apple would take all along. https://thathtml.blog/2026/07/liquid-glass-in-css-liquid-aqua/
Working with ::highlight() using progressive enhancement Using a baseline of elements, Sunkanmi Fafowora helps you to understand how the new highlight API works with some progressive enhancement for good measure. https://piccalil.li/blog/working-with-highlight-using-progressive-enhancement/
React 19 Actions Explained: How the 4 APIs Fit Together Part 4 of React 19 Deep Dive: what Actions are, form action vs onSubmit, sync vs async Actions, and how useActionState, useOptimistic, useFormStatus, and useTransition connect. https://shubhra.dev/tutorials/react-19-actions
React Router v8 in Action: Lazy Loading and Nested Routes A practical guide to modern React routing with lazy pages, nested layouts, URL params, and navigation. https://reactdevelopment.substack.com/p/react-router-v8-in-action-lazy-loading
How to build a real time voice AI agent in the browser Build a fully local voice AI agent using Transformers.js and WebGPU, no server round trips, no third-party APIs, and sub-second latency. https://blog.logrocket.com/voice-ai-agent-browser/
Is npm finally safe? https://newsletter.humanwhocodes.com/posts/is-npm-finally-safe
Using and Styling the Dialog Element There's a lot of nuance to the element, a seemingly little piece of web architecture. I've got some notes from digging into it. https://css-tricks.com/using-and-styling-the-dialog-element/
How Baseline Can Help You Ship Less JavaScript The gap between “you need a library for this” and “the browser does this” keeps closing. A practical guide to auditing your dependencies and finding what the web platform can now handle for you. https://www.smashingmagazine.com/2026/08/how-baseline-can-help-ship-less-javascript/
How React’s Fiber Architecture Actually Works: Reconciliation, Lanes, and the Render Loop A precise walkthrough of what happens between calling setState and pixels changing on screen, covering Fiber nodes, the render and commit phases, priority lanes, and why React can pause mid-render. https://iocombats.com/blogs/react-fiber-reconciliation-architecture-explained?via=dailydev
Rust Is Eating JavaScript, v2026 Why is Rust being used to replace parts of the JavaScript web ecosystem like minification (Terser), transpilation (Babel), formatting (Prettier), bundling (webpack), linting (ESLint), and more? https://leerob.com/rust
Cloudflare Workers and Hyperdrive with SvelteKit https://master.dev/blog/cloudflare-workers-and-hyperdrive-with-sveltekit/
CSS easing functions: what cubic-bezier actually does Learn how CSS easing works under the hood: the four cubic-bezier control points, what ease and ease-out really are, plus linear() and steps(). https://flaviocopes.com/css-easing-cubic-bezier/?via=dailydev
Think in Remix UI Instead of React https://sergiodxa.com/tutorials/think-in-remix-ui-instead-of-react
Promise.all vs allSettled vs race vs any Learn when to use Promise.all, allSettled, race and any in JavaScript, how each handles rejections, and the common mistakes that bite in production. https://flaviocopes.com/promise-all-allsettled-race-any/
Fixing my tooltip accessibility mistake aria-describedby isn't always enough. https://jakearchibald.com/2026/my-tooltip-a11y-mistake/
Frontend CI/CD in the age of AI — Part 1 Code is written faster than ever with AI loving to write tests for everything it does. This makes our CI pipeline slower and slower. Here is how to build a fast CI/CD pipeline - Part 1 with focus on CI https://neciudan.dev/ci-cd-in-the-age-of-ai-part-1?via=dailydev
Animating text as Handrawn with CSS Learn how to create a hand-drawn text reveal for header text with CSS and some clip-path magic. https://mostlynerdless.de/blog/2026/07/17/animating-text-as-handrawn-with-css/
Stronger with every update: How we’re making Chrome and the web safer in the AI Era Chrome uses Gemini AI to automate vulnerability discovery, triage, and patching, accelerating updates to match modern security risks. https://blog.google/security/chrome-stronger-with-every-update/
Is JavaScript Obfuscation Still Worth It in the AI Era? Learn whether JavaScript obfuscation still works against AI-assisted reverse engineering, what it can protect, where it fails, and how to use it responsibly. https://www.jstools.space/blog/javascript-obfuscation-ai/
Next.js Search Landing Pages That Google Can Index Learn how to build SEO-friendly search pages in Next.js App Router using dynamic routes, metadata, canonical URLs, and server rendering. https://jsdev.space/nextjs-search-seo/