-
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.
-
We launched the first ever Elm Native UI app to production. Here’s our experience with it.
-
How helping others made me a better developer.
Sign up to receive a weekly recap from thoughtbot