2. Hooks in React.js
React hooks are the special functions introduced in React 16.8 that let you use state and other React features without using class component - Some of the popular react hooks like - useState(), useEffect() , useContext().
useState()
The useState ho...
rajputayushreact.hashnode.dev7 min read