Skip to content

Instantly share code, notes, and snippets.

@fhub-1
Created October 25, 2021 11:23
Show Gist options
  • Save fhub-1/d43bc85eaf69adf5d84581ac8d92a7e5 to your computer and use it in GitHub Desktop.
Save fhub-1/d43bc85eaf69adf5d84581ac8d92a7e5 to your computer and use it in GitHub Desktop.
const element = {
type: 'ul',
key: null,
props: {
children: [
{type: 'li', key: 'apple', props: {children: '🍎 apple'}},
{type: 'li', key: 'orange', props: {children: '🍊 orange'}},
{type: 'li', key: 'pear', props: {children: '🍐 pear'}},
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment