What is a React custom hook
A custom hook, whatever you need it to be
When are custom hooks useful? when are they not required
When you’re reusing a hook over and over, when you don’t use a hook
what is the syntax for writing a custom hook?
use(Name of hook)
How do you call a custom hook
useHook
when do custom hooks execute
When you call for them