Hooks In React
Introduction
Hooks are functions that let you “hook into” React state and lifecycle features from function components. Hooks don’t work inside classes — they let you use React without classes.
So in simple terms, they are functions but have some in...
jeevanhenrydsouza.hashnode.dev3 min read