DEV Community

Discussion on: New React Hooks Pattern? Return a Component

Collapse
 
timminata profile image
Timothy Trewartha

This was a great read and helped me with an issue I was facing. That said, splitting the component out from the body of the hook is a lot more hassle in my case and leads to some ugly code. I would love the simplicity of having it in the function body without the performance hit of it recreating every time. Thanks for the article and the link to reddit!