12-13 : React Hooks
Introduction to Hooks in React:
Definition:
Hooks are functions that allow functional components to access React state and lifecycle features.
They were introduced in React 16.8 to address the limitations of class components and promote the use of...
namaste-react.hashnode.dev3 min read