Building a custom Hook
Today I have been working on custom hooks, and I'd like to share with you the key principles I have learnt today.
When building a custom hook, the file name doesn't matter. However, the function name must start with use to signal React that it is a c...
pietropiraino.hashnode.dev3 min read