DEV Community

Discussion on: Why apply Open/Closed principles in React component composition?

Collapse
 
shadid12 profile image
Shadid Haque • Edited

Yes I totally agree. I was recently doing some research on functional design patterns on React and how to use them. In my day job we started experimenting with higher order functional components and higher order functions as hooks as well. Probably will drop a blog post on that soon :)