Elm Articles

Seedling 🌱
Planted Feb 4, 2021 - Last tended Sep 5, 2024
This is super WIP –
please help contribute
!
Eventually the plan is to make a page similar to
Videos
so please note applicable
Categories
if you're adding links 💜

Data modelling in Elm

•
•
Advanced Types in Elm
(4-part series by Charlie Koster)
•
Booleans and Enums
(Joël Quenneville)
•
Modeling with Union Types
(Joël Quenneville)
•
•
Page State in Elm
(Alex Korban)
•
A lot of the content Joel has created aims to make core concepts more accessible to a beginner/intermediate audience:
•
2-part series on working with Maybe
•
2-part series introducing working with custom types
•
5 Common JSON Decoders
Solutions to common decoder problems beyond the standard tutorial examples (e.g. how to decode a custom type)
•
Modeling Currency in Elm using Phantom Types
Practical introduction to phantom types (this is a bit beyond beginner level)