Custom Hook for Form Input Handling
Challenge 1 - Easy
Description
Create a custom React Hook named useFormInput that manages the state of a form input element. It should handle value and onChange and return them for easy integration into input components.
Objective
Understand custom hooks and type annotations for hooks in TypeScript.