What the hack are hooks in React❓
⚓ Hooks are a new addition in React version 16.8. They
allow you to use state and other React features without
having to write a class.
⚡ Ex :- State of components. (previously we could use state
only with class components.with hooks it is now possible to
use State and also other react features without writing a
class)...