How Hooks Allow Us to Have Cleaner, Simpler Components

Why you should export your logic into React hooks.

Rémy Villulles
JavaScript in Plain English
3 min readAug 9, 2022

--

Photo by analogicus: https://www.pexels.com/photo/colorful-metal-hooks-on-white-background-10665635/

I love hooks, I think they are the best thing that the React team created. However, I could see that even today, a lot of developers can be reluctant into creating their own custom hooks and prefer sticking to using the hooks given by React and splitting their components based on logic…

--

--

Fullstack developer, I love learning new technologies and try to stay up to date with the newest features