Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Frontend
/
CSS-in-JS
Which statement accurately distinguishes runtime CSS-in-JS from build-time extraction?
from CSS-in-JS
React 19
beginner
1 min
Which statement accurately distinguishes runtime CSS-in-JS from build-time extraction?
Runtime systems may create or select rules while the app executes; extraction emits supported declarations during the build.
Runtime systems bypass the CSS cascade, while extracted styles use it.
Extracted styles can evaluate arbitrary browser measurements during compilation.
Build-time extraction means the application ships no JavaScript.
Check
Ask AI about this kata
Report an error
previous kata
Review generated status card
Review AI code
next kata
Spot the bug in the styled-components wrapper
Spot the bug
A new version is available
Reload