DEV Community

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

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?