redux-cycles
redux-cycles copied to clipboard
Bring functional reactive programming to Redux using Cycle.js
Keep getting compile errors and can't run the example app Generic type 'Sources' requires 1 type argument(s). Generic type 'Sinks' requires 1 type argument(s).
As a n00b to this library and observables, it's not clear why a lot of the variables in the README's examples have dollar signs at the end of their names....
I have entered the code in the simplest "PING/PONG" example from README.md, but there seems to be no definition of `rootReducer`. Either the code is missing something or I am...
Hi guys I upgraded to the latest version of `@cycle/run` and I'm getting `schedulemicrotask is not a function` It doesn't happen with version "^3.0.0" These are my dependencies: This is...
Just some chores.
Hi, I got really interested in redux-cycles. But, I am new to streams. Is it possible to add a an example project where there will be multiple async actions in...
Pass arguments to the function value of sourceOpts. It is useful for the `http` category selection use case: ```js sources.HTTP.select('category') ```
Someone on gitter pointed out that hot reloading isn't possible with redux-cycles. We should have a solution for this. Tagging this as enhancement
I was trying to use WebpackBin but it doesn't seem to be able to resolve our module: http://www.webpackbin.com/VJLpzPYdz Might there be something wrong with the way we package it?