Hullo JS
Github
Chat
Searchβ¦
Hullo JS
Hullo π
Hullo π core
Intro to Core
API
Observable
Duplex
Channel
Atom
Redux
of
combineLatest
timeout
interval
Operators
Hullo π browser
Intro to Browser
API
Hullo π DOM
Intro to DOM
Guide
API
Hullo π Node
Intro to Node
API
Powered By
GitBook
of
import { of } from '@hullo/core'
With this function you can quickly create an observable based on a recipe provided as an argument.
Source
Behaviour
Iterable (i.e. an Array)
Creates an observable that sends items as messages as soon as possible and then send
complete
signal.
AsyncIterable (i.e. Asynchronous Generator Function)
Creates an observable that sends out each message as it is yielded from the source and sends
complete
signal after the source is drained
Any other
Creates an observable that emits the argument as a message and then shuts down with
complete
signal
Previous
Redux
Next
combineLatest
Last modified
3yr ago
Copy link