Results 43 issues of Roma P.

See https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0 Currently, in order to fire actions, child needs to "touch" (and know about) `fluce` instance object. We should somehow provide action creators as callbacks to the child component....

Here goes one idea of how it could be done (not sure if it's good enough): --- When creating a Fluce instance you can provide a middleware that will be...

Perhaps it's a good idea if stores could also provide functions for serialization and deserialization of their state. Something like: ``` js const myStore = { initial() { /*...*/ },...

It would turn `Task` into `Task`*. \* Would be cool to use `empty` instead of `any` here, but Flow doesn't support it yet: https://github.com/facebook/flow/issues/2225 I've already run into two cases...

Same signature as in `Task.parallel()` but runs tasks in sequence.

Strictly speaking this would violate Fantasy Land and Static Land requirements. Here is an [explanation](https://gitter.im/fantasyland/fantasy-land?at=57d6fe38b37816b14fafb9ee) I wrote in Fantasy Land gitter room recently: > So the spec require: > >...

https://travis-ci.org/rpominov/fun-task/builds/440664285 Need to fix Flow config.

Extracted from https://github.com/rpominov/fun-task/issues/17#issuecomment-246461712