Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 890 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 890 Bytes

RxJS Marbles

Build and deploy

RxJS Marbles is a website that helps you see and learn about RxJS operators in an interactive way.

It is a rewrite of the rxmarbles project, which has not been maintained since 2021.

Features

Screenshot

  • Visualize example diagrams for some RxJS operators.
  • Drag items on a timeline to observe how operators work.
  • Easily share diagrams with direct links, such as https://rxjsmarbles.dev/debounceTime.

Getting started

Clone the repository then simply run

npm install
npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.