C.W.K.
Stream
Quiz · 4 questions

🧩 Components & Types

Typed building blocks, composition, and the patterns React 19 retired

Level 0React Novice
0 XP0/54 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete

Quiz

01You write function Greet({ name }: { name: string }) { return <p>Hello, {name}</p>; }. What does TypeScript actually enforce at the call site?
02In React 19, what changed about how you forward a ref to a component you wrote?
03Your Button component needs to render either a button or a link depending on whether href is provided. What's the TS-native way to model that?
04Why are React Server Components (RSC) deliberately out of scope for this quest?
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.