DEV Community

# hooks

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Combine class component and functional component React

Combine class component and functional component React

6
Comments
2 min read
Why I always wrap Context.Provider and useContext

Why I always wrap Context.Provider and useContext

2
Comments
4 min read
Can we useRef, but without the .current? Let's try!

Can we useRef, but without the .current? Let's try!

4
Comments 2
11 min read
Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.

Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.

5
Comments
5 min read
Automate React.Context creation

Automate React.Context creation

7
Comments 1
2 min read
How to replace useState with useRef and be a winner

How to replace useState with useRef and be a winner

4
Comments
8 min read
How to call the child component function from the parent component in React

How to call the child component function from the parent component in React

11
Comments 1
2 min read
Hooks, composition, were they needed?

Hooks, composition, were they needed?

5
Comments
2 min read
Thanks React, I'm fine with an imperative setInterval

Thanks React, I'm fine with an imperative setInterval

2
Comments
7 min read
Are many useStates better than useState(object)?

Are many useStates better than useState(object)?

7
Comments
8 min read
useRef vs useState hook in React

useRef vs useState hook in React

8
Comments 1
2 min read
What is useMemo hook in React..

What is useMemo hook in React..

17
Comments 10
3 min read
How to destroy your app performance using React contexts

How to destroy your app performance using React contexts

5
Comments
8 min read
Modern HOCs with Hooks and Context API

Modern HOCs with Hooks and Context API

10
Comments
3 min read
6 use cases of the useEffect ReactJS hook

6 use cases of the useEffect ReactJS hook

167
Comments 8
8 min read
7 things you may not know about useState

7 things you may not know about useState

6
Comments
4 min read
5 use cases of the useState ReactJS hook

5 use cases of the useState ReactJS hook

311
Comments 7
3 min read
A MERN stack update for 2021. - Part B: Client side.

A MERN stack update for 2021. - Part B: Client side.

5
Comments
12 min read
What is stateful logic sharing and why do we need it?

What is stateful logic sharing and why do we need it?

2
Comments
2 min read
Building Your First React App with Hooks (and Git) (Part II)

Building Your First React App with Hooks (and Git) (Part II)

6
Comments
13 min read
Building Your First React App with Hooks (Part I)

Building Your First React App with Hooks (Part I)

5
Comments
7 min read
Multiple or one useEffect?

Multiple or one useEffect?

27
Comments 6
2 min read
Understanding React useEffect

Understanding React useEffect

9
Comments
4 min read
React.memo and useMemo - What's the Difference?

React.memo and useMemo - What's the Difference?

5
Comments
4 min read
React Hooks: useMemo

React Hooks: useMemo

199
Comments 4
2 min read
loading...