-
Hi. Cool repo. I was wondering if you have goals for the project and how they might differ from existing libraries (there are so many). For example, `choo` comes to mind as having a similar elm-like d…
-
## Current Behavior
Recently `effects` and `reducers` got merged into `actions`. Now the way to set the state is by returning an object.
*Figure 1a*
```javascript
const someAction = (model, …
-
There's no mention of subscriptions before "At this point, it is possible to wire it all up and take a look." in random.md, and App.program needs a subscriptions argument.
ghost updated
6 years ago
-
# Todo App `` Element
Referring to the _rendered_ HTML on http://todomvc.com/examples/vanillajs as our "guide":
![image](https://user-images.githubusercontent.com/194400/42633421-5eb20f24-85d8-11e…
-
I am trying to understand why you pass Component as a parameter to `reactProgram` rather than just extend React.Component ? The only benefit I can think of is that you may have a use case that supplie…
-
hi @thebearjew @nathunsmitty
I've spent a bunch of time with the chatbot code yesterday and today, and I think I'm not sold on the introduction of the `store`. For one, the primary state of Keybas…
-
It's possible to hit the server just right when somebody else is already [writing to the `all-packages.json` file](https://github.com/elm-lang/package.elm-lang.org/blob/master/src/backend/PackageSumma…
-
> **Note**: This is not an April Fool's Day prank! 😄
## Background
After a lot of debate and enduring weeks of inner turmoil, I've decided to move forward with a series of drastic changes that…
-
Just started looking into elm and downloaded the latest version. I'm in the guide/install elm-reactor section and tried the example given; I'm on Mac ElCapitan (10.11.6) using the latest Chrome browse…
JESii updated
6 years ago
-
Hello,
_tl;dr_ When creating re-usable widgets with Concur Haskell, should I use Signals, Pipes, both, or something totally different (e.g. pulling the recursion into the parent widget)?
This is…