Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 360 Bytes

marble-diagrams.md

File metadata and controls

12 lines (10 loc) · 360 Bytes

#Marble Diagrams A marble diagram is a graphical representation of applying one or more operators to x number of streams. It can look like this :

---v-----v---->
-------v------>
operator
---r---r------>

The whole point is to make it easier to understand what the operator does. Most operators in Rxjs is covered at Rx Marbles