Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.03 KB

pipeline-operator.md

File metadata and controls

38 lines (26 loc) · 2.03 KB
id lesson title learnBackAbout learnAbout seeAlso layout class preview_image preview_image_alt
pipeline-operator
27
Reactive Programming - JavaScript Pipeline Operator
rxjs/pipeable-operators
popmotion/tween
takeWhile
default
post
pipeline-operator/content_preview.jpg
pipeline operator

In this episode I will use map and take. You should watch the related episodes:

{:.w150} {:.w250}
▶️ Episode 2 - map  ▶️ Episode 9 - take

Today, I show you the pipeline operator proposal in Javascript, in action with RxJS pipeable operators. Links about my configuration are after the video!

Recently, Ben Lesh tweeted the importance of the pipeline operator proposal in JavaScript.

Try the pipeline operator! This is what I installed:

🎨 In the previous episode, I used the Gloom theme port for VS Code. But it doesn't work with ▷ the ligature. Instead, in today's demo, I used the Hydra theme.

UPDATE 1 🔥 Try RxJS Explorer to learn more and download the source code of this demo.

UPDATE 2 🔥 Full tutorial available: Pipeable operators - Build your own in RxJS!

See also

{:.w450.shadow-lg}
Launchpad for RxJS