Mr.TeachWhat is the useRef hook in reactWhat is the useRef hook? How do you use it? When should you use useRef vs useState? What caveats should you be aware of when using useRef…Feb 27, 20222Feb 27, 20222
Mr.TeachWhat is the useContext Hook in ReactThe React Context API allows you to access data at other levels of the component tree, without having to prop drill. The useContext Hook…Feb 15, 2022Feb 15, 2022
Mr.TeachWhat is the useEffect hook in reactThe useEffect hook is commonly used when we need to run additional code after React has finished updating the DOM. Like the Api calls and…Feb 14, 2022Feb 14, 2022
Mr.TeachWhat is the useState hook in react and how to get better with it.The useState hook is the most used hook in react. It is a hook that is used in react functional components. With useState you don’t have to…Feb 13, 2022Feb 13, 2022