Skip to content

Instantly share code, notes, and snippets.

@dtoma
Last active November 1, 2018 14:13
Show Gist options
  • Save dtoma/3fe9e1e94282ca69bfdb0cdc3dd62fb4 to your computer and use it in GitHub Desktop.
Save dtoma/3fe9e1e94282ca69bfdb0cdc3dd62fb4 to your computer and use it in GitHub Desktop.
Notes on ELM

Elm HTML nodes: element [attributes] [children], example: h1 [] [text "My Title"]


  +------> Model -----+
  |                   |
  |                   |
Update                v
  ^                 View
  |                   |
  | msg               | HTML
  |                   v
+-----------------------+
|      Elm runtime      |
+-----------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment