Kizspy | Question: 26
(Choose 1 answer)
How would you create a custom Hook in React?
A. By defining a function that uses other built-in Hooks.
B. By extending the React.Component class.
C. By wrapping a class component with a functional component.
D. By using the createCustom Hook() function.