Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Observable class vs builders #10

@alexandru

Description

@alexandru

From what I understand Observable has static methods in it. Maybe those static methods should not be described on the Observable class.

Maybe we need an Observables object (not class).

Here's the point at which we need to investigate what other libraries are doing:

  1. latest master on https://github.com/Reactive-Extensions/RxJS
  2. https://github.com/cujojs/most

I see for example that most works with plain functions. Maybe that's not bad at all.

I mean I can see people doing this:

import * as Mx from "monix-reactive"

const stream: Mx.Observable<number> = Mx.intervalAtFixedRate(1000)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions