customizing one-fits-all by using rxjs instead of xstream

36 Views Asked by At

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?

1

There are 1 best solutions below

0
user3743222 On

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