#reactjs
Read more stories on Hashnode
Articles with this tag
A hook is a function that enables you to use state and other React features inside functional components. useRef is a type of React hook which accepts...
useState is a hook in React. Hooks were introduced in React so that you can use state and lifecycle methods in functional components. Let's say you...