6 ms·
I don’t see how? You can do all sorts of FP in js and it even has some of it in its built in APIs. .then comes from FP
by DauntingPear7 5mo ago
I don’t see how? You can do all sorts of FP in js and it even has some of it in its built in APIs. .then comes from FP
- nurple 5mo agoYes, but promises are (unfortunately) _not_ monads! https://rybicki.io/blog/2023/12/23/promises-arent-monads.html https://rybicki.io/blog/2023/12/23/promises-arent-monads.htm...
- lateforwork 5mo agoYou are right, there are some FP features in JavaScript. But the way it is used in the predominant UI framework (namely React) is definitely breaks FP, see https://mckoder.medium.com/why-react-is-not-functional-b1ed12a41323 https://mckoder.medium.com/why-react-is-not-functional-b1ed1...