"매 atomic CSS-in-JS 의 pioneer". Uber 가 만든 styling library — 매 declared style 을 atomic class (.a { color: red }) 로 deduplicate, 매 SSR-friendly. 2026 perspective: 매 historical interest — 현재 의 mainstream 은 zero-runtime (vanilla-extract, Linaria, Panda CSS) 또는 utility (Tailwind v4).
매 핵심
매 idea
매 styled component 의 declared CSS 를 atomic single-property class 로 split.
매 동일 declaration 은 한 class 의 share → 매 small bundle.
Runtime 의 dedupe + SSR 의 style extract.
매 Styletron 의 modern 위치
매 BaseWeb (Uber UI lib) 의 default styling engine.
Production 사용 의 still alive 그러나 매 new project 의 default 가 아님.
매 atomic 의 idea 는 Tailwind / UnoCSS 가 inherit (compile-time).
언제: BaseWeb codebase 의 maintenance, 매 atomic CSS history 의 understand.
언제 X: 매 greenfield project — modern alternatives 가 superior (zero-runtime, type-safe).
❌ 안티패턴
매 new project 의 Styletron 채택: 매 ecosystem momentum 이 vanilla-extract / Tailwind 로 이동 — 매 future-proof X.
Runtime dedupe overhead: 매 large app 에서 visible — 매 build-time atomic (Panda) 이 우월.
Styletron + Tailwind 동시: 매 conflicting paradigm — pick one.
🧪 검증 / 중복
Verified (styletron.org, GitHub uber/styletron, Uber engineering blog 2017).
신뢰도 A (매 historically), 매 modern adoption 의 declining.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — atomic CSS-in-JS + modern alternatives positioning