Hacker News new | ask | show | jobs
by archarios 1113 days ago
with dot chaining you are restricted to only the functions that the API you're working with provides. With functional pipes you can use whatever functions you want.
1 comments

In this case, the API provides .pipe, with which you can then use whatever functions you want.