0

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?

user3743222
  • 18,345
  • 5
  • 69
  • 75

1 Answers1

0

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

user3743222
  • 18,345
  • 5
  • 69
  • 75