Created
August 13, 2019 18:48
-
-
Save Tevinthuku/afffcde8b177067776ccbfbc3de604b7 to your computer and use it in GitHub Desktop.
The structure of an instance
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
const instance = { | |
dom: HTMLElement, // the rendered dom element | |
element: {type: String, props: object}, | |
childInstances: Array<instance> // array of child instances | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment