Step by step guide to making a Font Awesome search app using elm. From learning the basics, to deploying to production. Beginner level, because... well, I am a beginner. (more…)
Read more »
Elm compiler written in Elm. Contribute to elm-in-elm/compiler development by creating an account on GitHub. (more…)
Read more »
Elm is fast. Can we make it faster? Turns out, yes! 🚀 We’ve put together elm-optimize-level-2, which is a CLI tool that adjusts the javascript that Elm generates to make it faster. Once installed, you can just call elm-optimize-level-2 instead of elm-m... (more…)
Read more »
hydux - An Elm-like redux alternative working with any vdom library, inspired by Hyperapp, Elmish, Elm, Redux, etc. (more…)
Read more »
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 »