-
Hello,
I don't know if this is the place to ask you a question, excuse me for the noise if it isn't.
I'm wondering how to do routing properly with Cycle.js. From my understanding of it, there should…
-
Passing the sources object around is kind of a "damned-if-you-do, damned-if-you-don't" scenario. On the one hand, it's nice when you can use destructuring, like so:
``` js
function main({DOM, router}…
-
First of all the implementation looks very clean @kahlil, great work!
However my concern is that with the current implementation, storage.get*() returns Rx.Observable.just(*), which disallows the abi…
-
Pardon me if I leave some things I've been thinking about here in case anyone else is curious to maybe explore the idea as well. I've been thinking for a while it might be nice to play with an FRP gam…
-
Hi there, I find the idea of this project very intriguing and I think you did a great job.
This is just my 0.02$ but would it be possible to switch from Rx to kefirjs? Or you could just port it to ke…
-
### Overview
As it stands now, `molecule-textarea` listens for events on elements hosted in `atom-autogrow-textarea`. This requires `molecule-textarea` to have knowledge of the inner compositions of …
-
Something like JSX or t7?
-
This message appears everytime.
NPM: 3.5.3
Node: v4.2.1
also happens with npm: 2.14.7
I use no proxy, no vpn, private repo is paid ;). I can reproduce issue also on my production server with Ubuntu…
-
Draft API:
``` js
function storageDriver(request$) {
// ...
return responseCollection;
}
```
where `request$` is an Observable of `request` objects, following the template:
``` js
let request =…
-
I see it this way:
Just as there are multiple alternatives for a router driver, this driver is merely an alternative to the current HTTP (actually XHR) driver.