-
This is something I ran into when doing the Elm architecture tutorial. I've removed all extraneous code, but this is something that actually took me a while to figure out.
1. You start writing your ap…
dasch updated
6 years ago
-
Greetings TasteJS Creators! 👋
_Love_ the work you have done with TodoMVC to help people with comparing JS frameworks! ❤️
I felt there was a "gap" in the ecosystem around teaching _complete beg…
-
Elm is a dead end for us because of removal of native modules in 0.19 and other problems. So I'm looking at moving to [Rescript](https://rescript-lang.org/) (aka ReasonML, Bucklescript, OCaml). This c…
-
Just starting Elm.
Renamed the Ports-example to "Matrix", and ran "elm install jonathanfishbein1/linear-algebra" in the terminal.
Then running "elm make src/Matrix.elm --optimize --output=matrix.j…
-
The dashboard container doesn't build on Raspberry Pi.
See the log bellow:
```bash
> node install.js
Unfortunately, there are currently no Elm Platform binaries available for your oper…
-
As you can tell I'm just snooping around your repos for interesting things. I've never looked at the Elm architecture... does it differ from standard MVC?
There's a UI architecture that I immediate…
-
**Quick Summary:**
Running `elm make` when `elm-stuff` needs to be initialized, on a very busy system with multithreading, can occasionally lead to a crash. There are a few variations to the error …
-
This seems to be a... Parser / code gen problem
SSCCE (with core and html libraries)
```language=elm
import Html exposing (Html, text)
main : Html msg
main = text (toString (2^31) ++ " versus…
-
The current architecture is very custom, and might make it more difficult to start working on it.
How exactly the code for each page is built must either be documented (consider splitting the build…
b-m-f updated
5 years ago
-
A few reasons why we might _NOT_ want to use Elm: (_feel free to `add` to this list_!)
+ additional ***learning curve*** for people who have only _just_ learned JavaScript
+ **functional/immutable…