Last active
January 24, 2017 03:48
-
-
Save dmiller9911/f4e1509f6dddf1d4ac9a345694f6e8c3 to your computer and use it in GitHub Desktop.
Basic structure of a React Child
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
$$typeof: Symbol(React.element), | |
key: null | key, | |
props: {}, | |
ref: Function, | |
type: Function | Class | string, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment