DEV Community

React hooks Series' Articles

Back to saransh kataria's Series
React Hooks and Local Storage: Let’s build a ToDo app
Cover image for React Hooks and Local Storage: Let’s build a ToDo app

React Hooks and Local Storage: Let’s build a ToDo app

77
Comments 13
11 min read
Understanding the useReducer hook in React
Cover image for Understanding the useReducer hook in React

Understanding the useReducer hook in React

17
Comments
6 min read
Learning context API and the useContext React hook
Cover image for Learning context API and the useContext React hook

Learning context API and the useContext React hook

15
Comments
5 min read
Detecting click outside component using React hooks
Cover image for Detecting click outside component using React hooks

Detecting click outside component using React hooks

9
Comments 2
3 min read
Provide callback to useState hook like setState in class components
Cover image for Provide callback to useState hook like setState in class components

Provide callback to useState hook like setState in class components

4
Comments
3 min read
How to write your own custom React hooks

How to write your own custom React hooks

20
Comments
4 min read
Use redux-like middleware for useReducer in React

Use redux-like middleware for useReducer in React

5
Comments
4 min read
Understanding the useRef react hook
Cover image for Understanding the useRef react hook

Understanding the useRef react hook

7
Comments
5 min read
Using the useCallback React hook
Cover image for Using the useCallback React hook

Using the useCallback React hook

29
Comments
3 min read
Avoiding race conditions and memory leaks in React useEffect
Cover image for Avoiding race conditions and memory leaks in React useEffect

Avoiding race conditions and memory leaks in React useEffect

322
Comments 19
4 min read