Skip to content

Instantly share code, notes, and snippets.

@michaelkutuzov
Created September 14, 2020 11:06
Show Gist options
  • Select an option

  • Save michaelkutuzov/4e0bc487f1860e6cbc7bf8c7af540aaf to your computer and use it in GitHub Desktop.

Select an option

Save michaelkutuzov/4e0bc487f1860e6cbc7bf8c7af540aaf to your computer and use it in GitHub Desktop.
Fiber inside 4
[
{
$$typeof: Symbol(react.element),
type: 'button',
key: "1",
props: {
children: 'Update counter',
onClick: () => { ... }
}
},
{
$$typeof: Symbol(react.element),
type: 'span',
key: "2",
props: {
children: 0
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment