Skip to content

Posts under hooks

How to Scroll to Element in React
How to Scroll to Element in React
Abhishek EH | Apr 6, 2023 | 5 Min Read
Guide on different ways to smoothly scroll into a view in React. We will discuss both pure css & html approach and useRef hook approach
Read More
How to store and update arrays in React useState hook
How to store and update arrays in React useState hook
Abhishek EH | Dec 6, 2022 | 10 Min Read
Tutorial on how to add, update and delete an array stored in react state, created using useState. Illustrates different ways to update the state without mutating the original array.
Read More
How To Call Child Function From Parent Component In React
How To Call Child Function From Parent Component In React
Abhishek EH | Apr 1, 2023 | 3 Min Read
Tutorial on how to call the child component function from the parent component in React using useRef, useImperativeHandle, and forwardRef.
Read More
How to use localStorage with React
How to use localStorage with React
Abhishek EH | Jun 13, 2021 | 12 Min Read
Tutorial on how to store app state in the browser local storage, retrieve it after page refresh and update it. Also, learn how to write useLocalStorage hook.
Read More
Complete Guide to useEffect Hook in React
Complete Guide to useEffect Hook in React
Abhishek EH | May 29, 2021 | 9 Min Read
Guide on how the useEffect hook works, how to use it to fetch asynchronous data, how to manipulate the DOM directly and run an effect at regular intervals
Read More
How to detect click outside in a React component
How to detect click outside in a React component
Abhishek EH | Apr 1, 2023 | 3 Min Read
Tutorial on how to detect when clicked outside a component in React and to hide it when the user clicks outside it.
Read More
© 2023 CodingDeft.Com