DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
React
Why is `key` never accessible as `props.key` inside a component?
A
It's a bug in React that will eventually be fixed
B
key is metadata consumed entirely by React's reconciliation process, never passed through to the component as a prop
C
key is only accessible via useContext
D
key is renamed to id automatically
Check Answer