Front End World
New articles about Front End development.JS, CSS, React, Vue, Angular and others!Russian tech blog:@five_a_mAdmin:@jem_jem
Topics
How Preact Signals Enable Real-Time Server-Client State Sync
1 posts
Interactive Journey Through 30 Years of Web History
1 posts
How to Use Next.js 16 'use cache' with next-intl Internationalization
1 posts
GitHub Phishing Campaign Uses Fake VS Code Alerts to Spread Malware
1 posts
What is Pretext? Interactive Text Experiments Without DOM
1 posts
How to Animate CSS Corner-Shape with Scroll-Driven Effects
1 posts
CSS Replaces JavaScript Libraries: What You Need to Know
1 posts
React Project Structure: MANTRA to Next.js Evolution
1 posts
Best React Gantt Chart Libraries: Performance Benchmark 2024
1 posts
What is Storybook MCP for React? Agentic UI Development Guide
1 posts
How to Use Two Circles, One Arrow, and Anchor Positioning in CSS
1 posts
What Are the Three Pillars of JavaScript Bloat?
1 posts
How to Refactor CSS Safely with AI and Visual Diffing
1 posts
What's New in Web Browsers March 2026 Features
1 posts
How to Create a Fluid X-Ray Reveal Effect in Three.js
1 posts
Modern CSS Sidebar Layouts with :has() Selector Performance
1 posts
Android Accessibility Focus in Compose: How to Fix It
1 posts
What is the new era of Stack Overflow?
1 posts
How to Create Kinetic Image Animations with React Three Fiber
1 posts
How to Create Dark Mode Emails with Best Examples
1 posts
Recent Posts
Bridging the Server-Client Boundary with SignalsHow mixed-signals turns server-side Preact Signals into real-time shared state across clients, and what that can look like in tech like Cloudflare Durable Objectshttps://www.jovidecroock.com/blog/mixed-signals/
Web Rewind:An interactive journey through 30 years of the webAn interactive journey through 30 years of the webhttps://www.web-rewind.com/
Implementing Next.js 16 ‘use cache’ with next-intl InternationalizationNext.js 16 introduces component-level caching with the 'use cache' directive, but it doesn't work seamlessly with next-intl yet. Learn why and discover a practical workaround.https://aurorascharff.no/posts/implementing-nextjs-16-use-cache-with-next-intl-internationalization/
Widespread GitHub Campaign Uses Fake VS Code Security Alerts to Deliver MalwareWidespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.https://socket.dev/blog/widespread-github-campaign-uses-fake-vs-code-security-alerts-to-deliver-malware
Text, Without the DOM: Interactive experiments built on pretext — pure-arithmetic text measurement for proportional fontshttps://somnai-dreams.github.io/pretext-demos/
Experimenting With Scroll-Driven corner-shape AnimationsThe new CSS corner-shape() property is mathematical, so it’s easily animated. Author Daniel Schwarz pokes at animating the property for interesting UI effects.https://css-tricks.com/experimenting-with-scroll-driven-corner-shape-animations/
The Great CSS ExpansionCSS now does what Floating UI, GSAP ScrollTrigger, Framer Motion, and react-select used to require JavaScript for. Here is exactly how much that saves, why these libraries were painful beyond their size, and what the platform still hasn't figured out.https://blog.gitbutler.com/the-great-css-expansion
React Project Structure: From MANTRA to Modern FrameworksA retrospective on how we structured React apps in 2017 with the MANTRA architecture, what problems it solved, and how modern frameworks like Next.js and TanStack Start have absorbed those ideas into conventions we now take for granted.https://saschb2b.com/blog/react-structure-then-and-now
We Benchmarked Top React Gantt Chart Libraries So You Don’t Have ToComprehensive benchmark of 6 popular React Gantt chart libraries. Compare loading speed, CRUD operations, live updates, scrolling, and memory usage. Find out which library performs best.https://svar.dev/blog/react-gantt-benchmark/
Storybook MCP for ReactStorybook-powered agentic UI developmenthttps://storybook.js.org/blog/storybook-mcp-for-react/
Two Circles, One Arrow, and Anchor Positioninghttps://frontendmasters.com/blog/two-circles-one-arrow-and-anchor-positioning/
The Three Pillars of JavaScript Bloathttps://43081j.com/2026/03/three-pillars-of-javascript-bloat
CSS Refactoring with an AI Safety NetHow to safely refactor messy CSS using AI assistance and screenshot-based visual diffing as a regression safety net.https://danielabaron.me/blog/css-refactoring-with-an-ai-safety-net/
New to the web platform in MarchDiscover some of the interesting features that have landed in stable and beta web browsers during March 2026.https://web.dev/blog/web-platform-03-2026
Building a Dual-Scene Fluid X-Ray Reveal Effect in Three.jsLearn how to use Three.js to blend two scenes with a fluid simulation, creating a smooth, dynamic reveal effect.https://tympanus.net/codrops/2026/03/23/building-a-dual-scene-fluid-x-ray-reveal-effect-in-three-js/
A revisit of the Every Layout sidebar with :has() and selector performanceHeydon Pickering takes a fresh look the Every Layout Sidebar layout, 6 years on, to see if modern CSS selectors can improve it.https://piccalil.li/blog/a-revisit-of-the-every-layout-sidebar-with-has-and-selector-performance/
It’s All About (Accessibility) Focus And ComposeI’ve seen multiple questions in various Slack communities, Stack Overflow, and other places related to focus on Android and how it doesn’t…https://proandroiddev.com/its-all-about-accessibility-focus-and-compose-de1ec352649a
A new era of Stack Overflowhttps://stackoverflow.blog/2025/07/10/a-new-era-of-stack-overflow/
How To Create Kinetic Image Animations with React-Three-FiberBring static visuals to life with rotating textures, 3D geometry, and smooth motion powered by React Three Fiber.https://tympanus.net/codrops/2025/07/09/how-to-create-kinetic-image-animations-with-react-three-fiber/
Dark Mode Emails: How to Create One & Best Exampleshttps://designmodo.com/dark-mode-emails/