How to create custom hooks
Photo by Anne Nygård on Unsplash
React hooks are a powerful tool for managing state in your React components. In this post I'll be demonstrating how we can compose existing React hooks to make custom hooks that encapsulate reusable functionality.
Re...
blog.rupertmckay.com6 min read
Dmitriy Ievlev
Hey Rupert, awesome article!
Great examples and clear explanation! I really underestimated custom hooks power.
Thanks!