DEV Community

Discussion on: Building User Interfaces with Pure Functions and Function Composition in React

Collapse
 
josegonz321 profile image
Jose Gonzalez

Perhaps one of my favorite things about React is it's given me a light introduction to functional programming (FP) and a fundamental piece of FP are pure functions.

TIL why I'm into functional programming!

I agree 100% with this article. I think pure functions is why I enjoy playing around with ReactJS instead of Angular2. (And JSX/TSX).

I'm taking this FP pure function approach and applying to C#. It's going to get better with C# 7.0 features!

Collapse
 
yelluw profile image
Pablo Rivera

Have you heard of my friend F#? It's what C# should be. 😄

Collapse
 
josegonz321 profile image
Jose Gonzalez