Use Observables in Svelte Components
"
svelte-observable
wraps Observables with Svelte's reactive stores so that all you have to do is {#await $...} in your templates. This allows you to work with Observable libraries like RxJS and zen-observable with the convenience and built-in support of Svelte's reactive stores."
Tim Hall