|
|
|
|
|
by pvinis
2751 days ago
|
|
Hasn't that been like that since rxjs 6, for more than a year? I have been using this for a loooong time.
Don't get me wrong, its awesome, and more blog posts about rxjs is good. I was just expecting something new. Also I never heard about pointfree before, only about pipe and pipeable. Good luck :) |
|
RxJS's pipe: `stream$.pipe(map(x => something), filter(x => something)`
The article: `stream$.pipe(map(pipe(something, somethingElse))`