If you like what you see now, that’s pretty much what Elm is going to be for a while. I’m currently doing some exploratory work. It is still too early to tell which parts of that might work out, so there is no real news to share at this point. If this w... (more…)
Read more »
Compare Elm and React: setup and installation, the feedback loop during development, performance, ecosystems of packages, and integration into existing codebases. (more…)
Read more »
In Elm, we often have modules around a data type which needs a validation when you initially create it.
For instance, the package defines a function, which… (more…)
Read more »
At NoRedInk we have one of the largest Elm apps
in the world. It serves millions of teachers and students, and our frontend
code is almost exclusively written in Elm. In this post, we will explore
the structure of our codebase and the patterns that we use... (more…)
Read more »