100 sats \ 0 replies \ @WeAreAllSatoshi 10 Jul \ parent \ on: The Functional programming approach to building apps devs
I have a similar feeling. I’ve noticed a lot of overlap with techniques I use and those of FP, without having much of any structured FP experience. I think using React got me a lot of if, with the pattern of props being read only. I tend to think of every function as a transformer function now. And I love chaining array method calls together :D