-
Hey Jacques,
its alive ;-)
After finishing developing our container orchestration I will now go work further on an application framework for the GUI, clearly using the one and only Transcrypt!
Its …
axgkl updated
8 years ago
-
Currently if events are emitted in response to other events we may have nested notification loops, which looks like this:
``` js
listenerA1(xA)
listenerA2(xA)
listenerB1(xB)
listenerB2(xB)
li…
-
Computer value concept looks very interesting, but it looks strange why it is put into 'react' package? I thought pure model should not depend from any 'view' stack, right?
-
Not sure if this is the right place to post this, as it may or may not involve the can-compute-stream, but this is the API I would want for an FRP Stream off of DefineMap properties.
Please look for …
BigAB updated
7 years ago
-
Have you considered supporting a Kefir style pool within most? (https://rpominov.github.io/kefir/#pool) It allows you to create a stream that you can add and remove sources to.
From Kefir's API docu…
-
In the emitter section, it explains that the emitter's `emit` method(s) are autobound to the instance so they can be passed in. Is it possible to have a stream's methods bound to its instance as well?…
-
https://github.com/rpominov/kefir/blob/master/src%2Fdispatcher.js#L48-L53
`if (this._items === null)` is checked after accessing `this._items.length`.
-
Any plans for it?
-
Hey, props for nailing the flow of things down the render tree - I'm about to give a talk on something similar tomorrow at a React event at Facebook and it looks like you ended up with very similar co…
-
Hi @paldepind, this is not exactly an issue, it's just i'm always curious about new reactive streams implementations and ideas, so feel free to close it whenever you like.
i did myself [some experime…