Thoughts
People talk about how little functional programming is used in the "real-world," but I don't think they realize just how functional React is
Like there's the first-level, obvious things, like React being declarative instead of imperative, and emphasizing pure components, but Facebook recommends avoiding any class inheritance, and straight up defines functions that return components. Wait a minute, functions that return other functions are a hallmark of functional programming. What the heck.