-
Leverage the core mechanics of Maybe
to clean up your nested cases.
-
Elm JSON decoding in 5 common scenarios
-
Map functions are hard to “get” in the abstract. This looks at two mental models that helped me understand them better.
-
Elm is strongly-typed; JavaScript is not. Communication between the two is paramount for large applications and ports enable this.
-
Clean up Maybe by modeling multiple shapes of data with union types.
-
I-N-T-E-G-R-A-T-I-N-G: Webpacker makes using Elm in your Rails app pain-free.
-
Refactor common Boolean smells using enums (union types).
-
Get an Elm app to render using your favourite template library.
-
Peruse, fork, play with, and contribute to the code on GitHub.
-
How to add extra UI functionality to your Elm Native UI project.