-
It seems that root (container) element is being replaced while DOM update. I belive driver should leave it alone (as `@cycle/dom` does)
-
Hi @paldepind, this diff library looks awesome!
I wondered if it follows a certain algorithm or is it custom made by yourself?
Also are there any limitations?
I'm in search of a very small list…
luwes updated
4 years ago
-
-
**Code to reproduce the issue:**
for `@cycle/http`:
`http = makeHTTPDriver()(request$, 'fooHttp')`
**Expected behavior:**
This should typecheck.
**Actual behavior:**
This doe…
-
Is this software still being worked on? If not, do the authors mind a fork?
-
I expect `isolate(dataflow)` to be actually transparent, not changing actual typings of sources/sinks of the isolated dataflow, but currently, that was `Component` becomes `Component` that is really …
-
_From @real34 on February 11, 2017 10:11_
First thank you for this great driver!
It would be great to have diagrams exported as images (seehttps://github.com/ReactiveX/rxjs/blob/master/doc/writing…
-
I just wanna discuss about component communication in Act. I'll use submission example (recently added to this repo).
In submission example, a component (`submission`) send a "message" (`disabled`) t…
ghost updated
8 years ago
-
Introducing DOM API is much useful idea but I think that the modules also must modify nodes using it.
I propose to add `domapi` arg to some hooks, which can be used to patch real DOM nodes. Also it…
katyo updated
3 years ago
-
_From @jvanbruegge on April 16, 2017 8:47_
As described [here](https://dev.to/ben/using-requestidlecallback-to-create-a-less-janky-infinite-scroll) `requestIdleCallback` can be used to perform low pr…