Skip to content

Instantly share code, notes, and snippets.

@jamestthompson3
Last active January 12, 2019 13:35
Show Gist options
  • Save jamestthompson3/acf5d8bc2e7949dd7676220123d481bc to your computer and use it in GitHub Desktop.
Save jamestthompson3/acf5d8bc2e7949dd7676220123d481bc to your computer and use it in GitHub Desktop.
RXJS and recompose demo
import { setObservableConfig } from 'recompose'
import { from, to } from 'rxjs'
setObservableConfig({ fromESOBservable: from, toESObservable: to })
@dkanas
Copy link

dkanas commented Jan 12, 2019

There's a typo: fromESOBservable :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment