Hacker News new | ask | show | jobs
by heyoni 1101 days ago
Is the difference mostly syntactic?
1 comments

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.
In this case, the API provides .pipe, with which you can then use whatever functions you want.