-
I've come across a number of problems when building a new cycle / xstream based app using typescript.
1) `Cannot find module '@cycle/dom'`: the typings are not found at all by the typescript compiler…
-
Let's use this issue to document our progress as we migrate.
TODO
- [x] RxJS Next peer dependency in Cycle Core, tests passing
- [x] RxJS Next peer dependency in Cycle DOM, tests passing
- [ ] RxJS N…
-
@staltz please publish 4.0.0 with peer dependency on rx instead of @cyclejs/core. I just realized a better way to communicate the need to publish is to just make my changes via pull requests, so you c…
-
I'd love to see router5 integrated with Cycle.js https://github.com/cyclejs/cycle-core/
For what I see, it would be required to write a router5 Cycle driver http://cycle.js.org/drivers.html but I'm no…
-
@staltz I finally cleaned up everything and added tests for this driver but when I tried, I don't have permission to transfer ownership to the cyclejs org and push to the @cycle namespace. I assume yo…
-
This is an exciting project. I wonder if you have plans to implement virtual-dom thunk like structures, so that some parts of the vdom don't have to be diffed if their states haven't changed.
Also, y…
-
-
I noticed browserify cdn is failing to resolve peer dependencies, even when they are part of multi-bundle.
E.g.:
```
curl 'http://wzrd.in/multi' --data-binary '{"dependencies":{"an":"latest","typea…
-
I really like this tool and I think it has potential. Do you want to transfer it to the [cyclejs github org](https://github.com/cyclejs) to make it official? I can add you as a member there.
-
Apologies for this pedantic nitpick. With that disclaimer, I found this repo after reading the Cycle.js homepage, where it says:
> **thisless JavaScript:** The use of functions and RxJS Observables a…