DEV Community

Discussion on: A tale of Higher-Order Components & Render Props

Collapse
 
pepesenaris profile image
Jose Javier Señaris

I kind of agree.. Libraries per se are not the problem. They are there to solve a pain point in most cases. The problem, IMHO, comes when when we try to use a library or idea just because it's trendy without checking first if it fits our current domain.

Collapse
 
cutiko profile image
Erick Navarro

Sure, react-redux by example is a great implementation of the suscribe-publish pattern. However abussing libraries is prior to become a library fanboy. Recently saw a video of someone adding lodash to calculate 1 time an average. That is not using the most importanr skill in dev, solving problems. Lodash could be usefull in any project with several instace of use, but importing it for only 1 case of use?