Pipeable operators - Build your own with RxJS!

New in RxJS 7

New for combining operators in RxJS 7

  • Renamed pipeable operators (combineLatestWith vs combineLatest, zipWith vs zip, …)
  • New argument types for static functions.

Read the full article →

toPromise replacement

toPromise deprecated in favor of:

import {
  firstValueFrom,
  lastValueFrom
} from "rxjs";

Learn more about firstValueFrom and lastValueFrom.

animationFrames

An observable of animation frames →

CHANGELOG

This article is a work in progress.

Read the official CHANGELOG.md →

Cédric Soulas Follow Hire me

Freelance Developer Advocate. Motion graphics with code. JavaScript and Elm. cedricsoulas.com

Subscribe to reactive.how newsletter

Join the Newsletter

Learn Reactive Programming and stay up-to-date:

Receive my latest news, product updates and programming visualizations. You can unsubscribe at any time.

Highlights

@CedricSoulas

Making an illustrated book!

The Illustrated Book of RxJS

Learn more →