React Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
mediumReact
What actually renders?
code
function label() {
return <span>Custom</span>;
}
function App() {
return <label />;
}Loading compiler resources...
Active Recall Drill Session
function label() {
return <span>Custom</span>;
}
function App() {
return <label />;
}