-
Hi Chris, thanks for the all the awesome work. I've been trying to do similar things for a long time and have been having a lot of trouble with animations. I've used ReactiveSwift with MVVM in product…
-
This might be react-specific, but in order to reuse various reducers across components, it seems like every action creator and reducer needs to accept a UUID.
Let's suppose I have two items on my pag…
-
Forgive me if this has already been figured out; I've looked through the Redux docs and at some middleware and I haven't found a solution myself.
Here's the problem I've had to solve:
1. User action …
-
Dwyl's learn-elm tutorial instructs you to clone the repo and fire up elm reactor after changing one piece of text in one file, and then pause to reflect on the experience. The next step is to begin *…
-
Does this library avoid the issues that we see in the [elm-mdl](https://github.com/debois/elm-mdl) library in regards to [breaking the debugger](https://github.com/debois/elm-mdl/issues/318)?
I gue…
-
There were many discussions (most of them are closed some time ago) about side effects and their relations to the pure Redux model based on actions/reducers. Here i'd like to present an alternative mo…
-
1. Run `npm install` with an old npm version.
2. Update npm to the newest release (5.x.x)
3. Run `npm install` and let it create `package-lock.json`
4. Delete contents of `node_modules`
5. Run `np…
-
So far we have a few proposals of how to _write_ tasks in Elm. I will update this list to reflect the latest discussion:
- [`let!`](https://gist.github.com/evancz/eea10d282e0e5cdad538) — very ge…
-
# Description
When you try to beautify invalid Elm code, the error output will display odd symbols, and the error message is displayed twice, in the same error pane.
# Input Before Beautificatio…
-
Hi, I'd like to know if there's a recommended way to use components that have instance methods.
What we usually see in regular JS React component is something like this:
```
class MyComponent e…