React Hooks are functions that allow you to access state and life-cycle methods in function components without using class components. useState, useEffect, useContext are the 3 basic react hooks with different purposes. Want to know about these basic hooks in detail? Check our article on React basic hooks.
https://infinijith.com/blog/react/react-basic-hooks











