-
This post is meant to be a start for a discussion. [Moved from here](https://github.com/reactjs/redux/issues/1353#issuecomment-178781992) as @gaearon [suggested here](https://github.com/reactjs/redux/…
-
Hi, I see that this is tied to a very old version of hyperapp (v0.12.0). I tried to use this with hyperapp v1.25 but nothing shows on screen. Do you plan to update or is this project dead?
-
Even though the following "kind" of action is frowned upon, we could go one step further and ignore state updates (as well as re-renders).
```js
myAction(state) {
state.prop = 1
return state…
-
One of our major objectives is to create a curriculum and complete set of training materials derived from the process of building new sites for our program. We'd like to provide hands on training in a…
-
Let's discuss how components could look like in a future version of HyperApp.
### Submitted Proposals
- https://gist.github.com/zaceno/83286dfd2a18ebbd3b4f1d7cb5810a0c via @zaceno
- https://gi…
-
Suppose that I'm trying to publish a react component to be used in redux applications. I want the react component to be stateless and keep its state in redux. Suppose that my component consists of an …
-
Instead of loading everything on startup, determine what needs to be loaded and load only that.
-
#### Resources
* https://github.com/typings/typings/blob/master/docs/faq.md
* http://stackoverflow.com/questions/12687779/how-do-you-produce-a-d-ts-typings-definition-file-from-an-existing-javascrip…
-
I find it conceptually strange to have to write:
``` elm
on "event-name" (someGivenDecoder |> Json.Decoder.map MyMessageConstructor)
```
More meaningful would be:
``` elm
on "event-name" someGivenD…
-
The idea is to remove the following syntax:
``` elm
{ point - z } -- remove field z
{ point | z = 4 } -- add field z
```
We keep all the type system stuff that makes record update work, but t…