Results 78 comments of Denis Stoyanov

@paldepind Can you help me?

`person` is Immutable.js which was created from a plain javascript object.

@paldepind Yes, I'll create a new branch on my repo and upload my experiment with `flyd`

This is a new branch with flyd https://github.com/xgrommx/react-rx-flux/tree/flyd

@paldepind But almost the same approach working with Rx, Kefir or Bacon.

Hmm.. If you working on the integration of CoffeeScript you can also integrate Typescript) Typescript is more readable as for me and generate normal js unlike CoffeeScript.

@jgoux sure, I'll do when I'll have free time.

@rpominov u can write some plugin for babel. For example https://www.sitepoint.com/understanding-asts-building-babel-plugin/

@rpominov @safareli As you remember bilby http://bilby.brianmckenna.org/#do-operator-overloading

Did you mean that I need http://babeljs.io/docs/plugins/transform-regenerator/ ? But maybe it will be works without this module? For example I can use http://babeljs.io/docs/plugins/transform-async-to-generator/ or http://babeljs.io/docs/plugins/transform-async-to-module-method/ with `bluebird` or `creed` and...