hydux - An Elm-like state manager inspired by Hyperapp, Elmish, Elm, Redux, etc. Working with any vdom library! (more…)
Read more »
Elm is a simple and functional language that compiles to
JavaScript. These are my notes about getting started with Elm using a
small but complete application to get the current location of a device
and update it based on movement. (more…)
Read more »
Vy.no, the largest transport provider in Norway, rewrote its website in the compile-to-JavaScript Elm language. Robin Heggelund Hansen and Kjetil Valle presented in a recent article the 3-year journey by which Vy gradually switched to Elm for the non-stat... (more…)
Read more »
I’m a big fan of GraphQL and I’d like to explore how to use it in Elm. With a statically typed language (like Elm) we should be able to achieve very nice things, such as using a DSL to write queries and determine their correctness at compile time. We’ll i... (more…)
Read more »
The unidirectional Elm architecture has seen a lot of usage since the rise of React + Redux. Its origins are in Elm, which is a purely functional, Haskell-like language. So why is this much used… (more…)
Read more »