Hydux: An Elm-like state manager work with any vdom library, including React

hydux – An Elm-like state manager inspired by Hyperapp, Elmish, Elm, Redux, etc. Working with any vdom library! Read more

Similar

Elm at Rakuten

In our team at Rakuten, we have been using Elm1 in production for almost two years now. This post is about our story, the lessons we learned, and our likes and dislikes. This post is quite long so if you prefer to see an overview, feel free to jump to the... (more…)

Read more »

JSON Decoding in Elm

JSON is probably the most common way of representing data that is being sent between a server and a browser. JSON stands for JavaScript Object Notation, and, as the name implies, dealing with JSON in JavaScript is pretty straight forward. When you get JSO... (more…)

Read more »