Skip to content

Instantly share code, notes, and snippets.

@Tevinthuku
Created August 13, 2019 18:48
Show Gist options
  • Save Tevinthuku/afffcde8b177067776ccbfbc3de604b7 to your computer and use it in GitHub Desktop.
Save Tevinthuku/afffcde8b177067776ccbfbc3de604b7 to your computer and use it in GitHub Desktop.
The structure of an instance
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