Reputation: 18665
This great template comes with a set of defaults that I need to customize. One thing I could not resolve is how to replace the xstream library by rxjs. Any example somewhere?
Upvotes: 0
Views: 36
Reputation: 18665
You have to replace import { run } from '@cycle/run' with import { run } from '@cycle/rxjs-run'. That way the drivers will return observables. But you are right that should be documented
Upvotes: 0