Level Up React: Functional programming in React
React uses a functional paradigm, so we should use functional principles when using it. This article shows the basics of functional programming with React. I’m interested to see how far this can be taken. For example, could we use combinators as HOC’s to compose pages?
Leave a Reply