Tagged articles
8 articles
Page 1 of 1
DeWu Technology
DeWu Technology
May 21, 2025 · Frontend Development

From Hand‑Written CSS to Atomic CSS: Evolution, Pain Points, and Modern Solutions

The article examines the drawbacks of writing raw CSS, explains how preprocessors, naming conventions, modular approaches, CSS‑in‑JS, and atomic‑CSS frameworks like Tailwind and UnoCSS address redundancy, maintenance, and scalability, and provides best‑practice recommendations for modern front‑end development.

CSSCSS ModulesCSS Preprocessor
0 likes · 26 min read
From Hand‑Written CSS to Atomic CSS: Evolution, Pain Points, and Modern Solutions
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 19, 2025 · Frontend Development

Exploring the Future of Atomic CSS with the New CSS attr() Feature

The article examines Chrome 133+’s enhanced CSS attr() function, showing how it can dynamically generate content, apply attribute values to dimensions, support typed values and fallbacks, and enable flexible atomic‑style patterns such as tooltips, progress bars, and advanced styling, while also discussing its current limitations and future potential.

CSSContent Generationatomic CSS
0 likes · 9 min read
Exploring the Future of Atomic CSS with the New CSS attr() Feature
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 29, 2025 · Frontend Development

Understanding the Popularity and Benefits of Tailwind CSS

This article examines Tailwind CSS’s rapid rise, highlighting its GitHub stars, NPM downloads, and adoption by major companies, explains atomic CSS concepts with code examples, discusses class sorting, prefixing, and @apply usage, compares it to PrimeFlex and UnoCSS, and concludes it’s a leading frontend framework.

CSS FrameworkClass SortingPrettier
0 likes · 8 min read
Understanding the Popularity and Benefits of Tailwind CSS
JD Tech Talk
JD Tech Talk
Oct 23, 2024 · Frontend Development

Master CSS Engineering in Vite: Global Styles, Modules, and Windi CSS

This guide explains how to improve CSS maintainability and performance in Vite projects by adding global SCSS variables, using CSS Modules, configuring PostCSS autoprefixer, and integrating the Windi CSS atomic framework with attributify and shortcuts, complete with code examples.

CSS EngineeringCSS ModulesVite
0 likes · 7 min read
Master CSS Engineering in Vite: Global Styles, Modules, and Windi CSS
Didi Tech
Didi Tech
Jan 11, 2024 · Frontend Development

Mpx 2.9 Release: Atomic CSS Support, SSR Integration, and Bundle Size Optimizations

Mpx 2.9 adds built‑in atomic‑class (utility‑first) CSS, server‑side rendering for web output, and a suite of bundle‑size optimizations—including deterministic IDs, template compression, empty‑module removal, and render‑function pruning—while splitting atomic CSS into sub‑packages for mini‑programs and outlining a roadmap for further compile‑time reductions, Vite support, and cross‑platform extensions.

MpxSSRatomic CSS
0 likes · 24 min read
Mpx 2.9 Release: Atomic CSS Support, SSR Integration, and Bundle Size Optimizations
Ctrip Technology
Ctrip Technology
Dec 28, 2023 · Frontend Development

Understanding Atomic CSS and Facebook’s Stylex: Concepts, Trade‑offs, and Practical Usage

This article explains the principles of Atomic CSS, discusses its advantages and drawbacks, shows how Facebook’s open‑source Stylex implements Atomic CSS with Babel, and demonstrates practical usage patterns such as stylex.create, stylex.props, defineVars, and createTheme to improve front‑end performance and maintainability.

CSS-in-JSStyleXatomic CSS
0 likes · 16 min read
Understanding Atomic CSS and Facebook’s Stylex: Concepts, Trade‑offs, and Practical Usage
政采云技术
政采云技术
Nov 1, 2022 · Frontend Development

Atomic CSS: Concepts, Examples, Framework Comparison, and Practical Evaluation

This article explains the definition and principles of Atomic CSS, compares it with other CSS architectures such as OOCSS, SMACSS, BEM, and ITCSS, provides code examples, discusses the benefits and drawbacks of using atomic utility‑first frameworks like WindiCSS/TailwindCSS in a backend‑admin project, and offers practical recommendations for adopting a suitable CSS strategy.

CSS FrameworksTailwindCSSWindiCSS
0 likes · 17 min read
Atomic CSS: Concepts, Examples, Framework Comparison, and Practical Evaluation
ByteDance ADFE Team
ByteDance ADFE Team
Aug 20, 2021 · Frontend Development

Introducing broken-css: A Zero‑Runtime Atomic CSS‑in‑JS Solution

The article explains broken-css, a zero‑runtime, atomic CSS‑in‑JS library inspired by linaria and stylex, detailing its design, installation, API, compilation process, support for pseudo‑classes, @‑rules, CSS variables, and integration with webpack and VSCode, while also providing code examples and performance benefits.

CSS-in-JSLinariaStyleX
0 likes · 11 min read
Introducing broken-css: A Zero‑Runtime Atomic CSS‑in‑JS Solution