Skip to content

Instantly share code, notes, and snippets.

View RamAnbalagan's full-sized avatar

Shriram Anbalagan RamAnbalagan

View GitHub Profile
@gaearon
gaearon / quiz.md
Last active January 11, 2024 16:56

A top-level App component returns <Button /> from its render() method.

  1. What is the relationship between <Button /> and this in that Button’s render()?

  2. Does rendering <Button><Icon /></Button> guarantee that an Icon mounts?

  3. Can the App change anything in the Button output? What and how?