Self-review: Create your own custom hook, usePrevious - Advanced React
True or False: You code a custom hook when you want to avoid duplication.
True
False
Let's imagine you code a custom hook, called for example useNext, on a separate file named useNext.js
What's the minimum requirement for the custom useNext hoo...