Skip to content

Instantly share code, notes, and snippets.

View w3aran's full-sized avatar

Aran w3aran

  • Toronto, ON, Canada
View GitHub Profile
@w3aran
w3aran / esnextbin.md
Last active October 9, 2016 13:19
esnextbin sketch
@w3aran
w3aran / esnextbin.md
Last active October 7, 2016 15:35
esnextbin sketch
@w3aran
w3aran / quiz.md
Created October 1, 2016 16:41 — forked from gaearon/quiz.md

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?