Created
September 14, 2020 11:06
-
-
Save michaelkutuzov/4e0bc487f1860e6cbc7bf8c7af540aaf to your computer and use it in GitHub Desktop.
Fiber inside 4
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), | |
| 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