Custom Hooks makes it really easy to share stateful logic amongst the components. This makes the react components even more composable. Syntax Summary Take the hook out of the main code & put in a function. Return the state variable you need in you...