Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created February 20, 2020 07:54
Show Gist options
  • Save guillaumewuip/4d90f0f7faed890e169908dbcc890530 to your computer and use it in GitHub Desktop.
Save guillaumewuip/4d90f0f7faed890e169908dbcc890530 to your computer and use it in GitHub Desktop.
How to model your entities - 7
if (isText(message)) {
return <TextComponent text={message.text} />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment