user3743222
user3743222

Reputation: 18665

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

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

Answers (1)

user3743222
user3743222

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

Related Questions