Y
Hacker News
new
|
ask
|
show
|
jobs
by
heyoni
1101 days ago
Is the difference mostly syntactic?
1 comments
archarios
1100 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.
link
sampo
1100 days ago
In this case, the API provides .pipe, with which you can then use whatever functions you want.
link