Skip to content

Instantly share code, notes, and snippets.

@greim
Last active January 14, 2017 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greim/930d3d50f17c499025805c4606a00a72 to your computer and use it in GitHub Desktop.
Save greim/930d3d50f17c499025805c4606a00a72 to your computer and use it in GitHub Desktop.

Elm: Supplementary Notes

In which I get angry because some aspect of Elm seems... well, weird to me, and the docs aren't helping, so I jot down these notes in order to force myself to better grasp the topic, because writing forces me to think deeply about things in a way that I'm incapable of doing otherwise gaaasspp

Grokking Elm Components

The Elm architecture is cool because it's fractal. That is, you can break your program into components, each of which is a mini-expression of the overall Elm architecture. The Elm architecture is... turtles.

How is this done? I don't know! I'll figure it out and come back!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment