Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
hooks
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
useReducer() Hook: Let me dispatch it
Rajshekhar Yadav
Rajshekhar Yadav
Rajshekhar Yadav
Follow
Jan 16 '22
useReducer() Hook: Let me dispatch it
#
react
#
reactnative
#
hooks
#
javascript
25
reactions
Comments
11
comments
3 min read
Testing useDebouncedValue Hook
Rex
Rex
Rex
Follow
Jan 7 '22
Testing useDebouncedValue Hook
#
react
#
hooks
#
testing
7
reactions
Comments
Add Comment
1 min read
How to check commit message and branch name with git hooks without any new installation
Anibal
Anibal
Anibal
Follow
Dec 29 '21
How to check commit message and branch name with git hooks without any new installation
#
git
#
hooks
#
devops
#
programming
87
reactions
Comments
8
comments
2 min read
A Brief Discussion About React Hooks
Chayti
Chayti
Chayti
Follow
Dec 22 '21
A Brief Discussion About React Hooks
#
react
#
hooks
3
reactions
Comments
Add Comment
2 min read
How to access URL path using useParams hook in React js
NasreenKhalid
NasreenKhalid
NasreenKhalid
Follow
Dec 10 '21
How to access URL path using useParams hook in React js
#
react
#
useparams
#
hooks
#
webdev
9
reactions
Comments
1
comment
5 min read
Comparing Previous useEffect Values in React
Mike Cavaliere
Mike Cavaliere
Mike Cavaliere
Follow
Dec 7 '21
Comparing Previous useEffect Values in React
#
javascript
#
react
#
hooks
#
useeffect
10
reactions
Comments
Add Comment
1 min read
[My memorandum] React Hooks. useContext, useReducer, useMemo, useCallback, useRef.
Shiho Kazama | mia
Shiho Kazama | mia
Shiho Kazama | mia
Follow
Dec 6 '21
[My memorandum] React Hooks. useContext, useReducer, useMemo, useCallback, useRef.
#
react
#
webdev
#
beginners
#
hooks
27
reactions
Comments
1
comment
4 min read
Working with React Fragments, Portals and Ref's
Emmanuel Effiong
Emmanuel Effiong
Emmanuel Effiong
Follow
Dec 6 '21
Working with React Fragments, Portals and Ref's
#
javascript
#
frontend
#
react
#
hooks
19
reactions
Comments
Add Comment
4 min read
useRef or useState, which is better?
Saleh Mubashar
Saleh Mubashar
Saleh Mubashar
Follow
Nov 10 '21
useRef or useState, which is better?
#
react
#
javascript
#
webdev
#
hooks
164
reactions
Comments
15
comments
2 min read
useEffect sometimes fires before paint
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Nov 16 '21
useEffect sometimes fires before paint
#
javascript
#
react
#
frontend
#
hooks
2
reactions
Comments
Add Comment
5 min read
Getting Hooked to React Native
Adeen Shukla
Adeen Shukla
Adeen Shukla
Follow
for
Metafic
Nov 2 '21
Getting Hooked to React Native
#
react
#
reactnative
#
hooks
5
reactions
Comments
Add Comment
2 min read
Counter application with react and typescript
sadiul hakim
sadiul hakim
sadiul hakim
Follow
Nov 13 '21
Counter application with react and typescript
#
react
#
typescript
#
hooks
#
counter
5
reactions
Comments
Add Comment
2 min read
Highlight active menu item with scrollspy hook ⚛
Rafał Goławski
Rafał Goławski
Rafał Goławski
Follow
Nov 7 '21
Highlight active menu item with scrollspy hook ⚛
#
react
#
hooks
#
typescript
34
reactions
Comments
5
comments
2 min read
React Split Components: A new way of Function Components without Hooks
南小北
南小北
南小北
Follow
Nov 7 '21
React Split Components: A new way of Function Components without Hooks
#
javascript
#
react
#
hooks
#
vue
22
reactions
Comments
1
comment
6 min read
Explain why are rules for react hooks exists?
Aditya Rawas
Aditya Rawas
Aditya Rawas
Follow
Nov 7 '21
Explain why are rules for react hooks exists?
#
react
#
hooks
#
javascript
#
reactnative
4
reactions
Comments
Add Comment
1 min read
NPM packages for custom hooks that you wouldn't wanna miss out on
Shubhra Agarwal
Shubhra Agarwal
Shubhra Agarwal
Follow
Nov 6 '21
NPM packages for custom hooks that you wouldn't wanna miss out on
#
react
#
javascript
#
hooks
3
reactions
Comments
Add Comment
1 min read
Combine class component and functional component React
mohamed farid
mohamed farid
mohamed farid
Follow
Oct 28 '21
Combine class component and functional component React
#
react
#
javascript
#
hooks
6
reactions
Comments
Add Comment
2 min read
Why I always wrap Context.Provider and useContext
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 30 '21
Why I always wrap Context.Provider and useContext
#
react
#
programming
#
frontend
#
hooks
2
reactions
Comments
Add Comment
4 min read
Can we useRef, but without the .current? Let's try!
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 30 '21
Can we useRef, but without the .current? Let's try!
#
react
#
frontend
#
hooks
#
javascript
4
reactions
Comments
2
comments
11 min read
Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.
Traky Richard BLM
Traky Richard BLM
Traky Richard BLM
Follow
Oct 25 '21
Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.
#
typescript
#
react
#
hooks
5
reactions
Comments
Add Comment
5 min read
Automate React.Context creation
Alexey Lysenko
Alexey Lysenko
Alexey Lysenko
Follow
Oct 19 '21
Automate React.Context creation
#
react
#
context
#
javascript
#
hooks
7
reactions
Comments
1
comment
2 min read
How to replace useState with useRef and be a winner
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 21 '21
How to replace useState with useRef and be a winner
#
react
#
hooks
#
javascript
4
reactions
Comments
Add Comment
8 min read
How to call the child component function from the parent component in React
collegewap
collegewap
collegewap
Follow
Oct 15 '21
How to call the child component function from the parent component in React
#
react
#
hooks
11
reactions
Comments
1
comment
2 min read
Hooks, composition, were they needed?
Voltra
Voltra
Voltra
Follow
Oct 13 '21
Hooks, composition, were they needed?
#
hooks
#
composition
#
react
#
vue
5
reactions
Comments
Add Comment
2 min read
Thanks React, I'm fine with an imperative setInterval
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 21 '21
Thanks React, I'm fine with an imperative setInterval
#
react
#
frontend
#
hooks
#
javascript
2
reactions
Comments
Add Comment
7 min read
Are many useStates better than useState(object)?
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 13 '21
Are many useStates better than useState(object)?
#
react
#
frontend
#
hooks
#
javascript
7
reactions
Comments
Add Comment
8 min read
useRef vs useState hook in React
NasreenKhalid
NasreenKhalid
NasreenKhalid
Follow
Oct 11 '21
useRef vs useState hook in React
#
react
#
webdev
#
hooks
#
beginners
8
reactions
Comments
1
comment
2 min read
What is useMemo hook in React..
NasreenKhalid
NasreenKhalid
NasreenKhalid
Follow
Oct 5 '21
What is useMemo hook in React..
#
react
#
javascript
#
hooks
#
webdev
17
reactions
Comments
10
comments
3 min read
How to destroy your app performance using React contexts
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Oct 5 '21
How to destroy your app performance using React contexts
#
programming
#
frontend
#
react
#
hooks
5
reactions
Comments
Add Comment
8 min read
Modern HOCs with Hooks and Context API
Dennis Kaffer
Dennis Kaffer
Dennis Kaffer
Follow
Sep 29 '21
Modern HOCs with Hooks and Context API
#
react
#
hooks
#
hoc
#
contextapi
10
reactions
Comments
Add Comment
3 min read
6 use cases of the useEffect ReactJS hook
Damian Demasi
Damian Demasi
Damian Demasi
Follow
Sep 18 '21
6 use cases of the useEffect ReactJS hook
#
react
#
javascript
#
webdev
#
hooks
164
reactions
Comments
8
comments
8 min read
7 things you may not know about useState
Vladimir Klepov
Vladimir Klepov
Vladimir Klepov
Follow
Sep 29 '21
7 things you may not know about useState
#
programming
#
frontend
#
react
#
hooks
6
reactions
Comments
Add Comment
4 min read
5 use cases of the useState ReactJS hook
Damian Demasi
Damian Demasi
Damian Demasi
Follow
Sep 16 '21
5 use cases of the useState ReactJS hook
#
react
#
javascript
#
webdev
#
hooks
311
reactions
Comments
7
comments
3 min read
A MERN stack update for 2021. - Part B: Client side.
alanst32
alanst32
alanst32
Follow
Sep 23 '21
A MERN stack update for 2021. - Part B: Client side.
#
react
#
rxjs
#
typescript
#
hooks
5
reactions
Comments
Add Comment
12 min read
What is stateful logic sharing and why do we need it?
Sivantha Paranavithana
Sivantha Paranavithana
Sivantha Paranavithana
Follow
Sep 21 '21
What is stateful logic sharing and why do we need it?
#
react
#
hoc
#
hooks
#
render
2
reactions
Comments
Add Comment
2 min read
Building Your First React App with Hooks (and Git) (Part II)
Bruno da Silva
Bruno da Silva
Bruno da Silva
Follow
Sep 16 '21
Building Your First React App with Hooks (and Git) (Part II)
#
react
#
hooks
#
frontend
#
beginners
6
reactions
Comments
Add Comment
13 min read
Building Your First React App with Hooks (Part I)
Bruno da Silva
Bruno da Silva
Bruno da Silva
Follow
Sep 16 '21
Building Your First React App with Hooks (Part I)
#
react
#
hooks
#
frontend
#
beginners
5
reactions
Comments
Add Comment
7 min read
Multiple or one useEffect?
Joanna Otmianowska
Joanna Otmianowska
Joanna Otmianowska
Follow
Sep 14 '21
Multiple or one useEffect?
#
react
#
frontend
#
webdev
#
hooks
26
reactions
Comments
6
comments
2 min read
Understanding React useEffect
Alessio Michelini
Alessio Michelini
Alessio Michelini
Follow
Sep 13 '21
Understanding React useEffect
#
react
#
hooks
#
javascript
#
frontend
9
reactions
Comments
Add Comment
4 min read
React.memo and useMemo - What's the Difference?
Bionic Julia
Bionic Julia
Bionic Julia
Follow
Sep 12 '21
React.memo and useMemo - What's the Difference?
#
react
#
typescript
#
hooks
5
reactions
Comments
Add Comment
4 min read
React Hooks: useMemo
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Follow
Sep 5 '21
React Hooks: useMemo
#
react
#
reactnative
#
hooks
#
webdev
199
reactions
Comments
4
comments
2 min read
React Hooks: aprenda a gerenciar estados com a Context API
Alex Nicolas
Alex Nicolas
Alex Nicolas
Follow
Sep 7 '21
React Hooks: aprenda a gerenciar estados com a Context API
#
react
#
javascript
#
hooks
#
frontend
8
reactions
Comments
1
comment
4 min read
Utilizando useContext no React
Gustavo Inocencio
Gustavo Inocencio
Gustavo Inocencio
Follow
Sep 5 '21
Utilizando useContext no React
#
react
#
hooks
#
usecontext
13
reactions
Comments
1
comment
1 min read
React-query series Part 4: Interacting with the cache using the useQueryClient hook.
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Follow
Sep 3 '21
React-query series Part 4: Interacting with the cache using the useQueryClient hook.
#
react
#
javascript
#
webdev
#
hooks
47
reactions
Comments
Add Comment
5 min read
React State Management without Third Party Libraries
Fareez Ahamed
Fareez Ahamed
Fareez Ahamed
Follow
Sep 4 '21
React State Management without Third Party Libraries
#
react
#
statemanagement
#
context
#
hooks
5
reactions
Comments
Add Comment
1 min read
4 custom react hooks that will make your development easier
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Follow
Aug 30 '21
4 custom react hooks that will make your development easier
#
react
#
hooks
#
100daysofcode
67
reactions
Comments
1
comment
2 min read
React Hooks: aprenda a ouvir estados com useEffect
Alex Nicolas
Alex Nicolas
Alex Nicolas
Follow
Aug 31 '21
React Hooks: aprenda a ouvir estados com useEffect
#
hooks
#
react
#
javascript
#
frontend
2
reactions
Comments
1
comment
2 min read
3 Website which you can find your custom React hooks
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Follow
Aug 30 '21
3 Website which you can find your custom React hooks
#
react
#
hooks
#
javascript
#
100daysofcode
20
reactions
Comments
1
comment
1 min read
Utilizando o useEffect ao seu favor com useEffectByStatus
Rodolfo Della Violla
Rodolfo Della Violla
Rodolfo Della Violla
Follow
Aug 18 '21
Utilizando o useEffect ao seu favor com useEffectByStatus
#
react
#
typescript
#
frontend
#
hooks
5
reactions
Comments
Add Comment
3 min read
Why use useEffect when logging?
Tanjona Randrianasolo
Tanjona Randrianasolo
Tanjona Randrianasolo
Follow
Aug 28 '21
Why use useEffect when logging?
#
react
#
hooks
#
useeffect
#
component
1
reaction
Comments
Add Comment
1 min read
React-query series Part 3: Data fetching with the useQuery hook.
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Follow
Aug 22 '21
React-query series Part 3: Data fetching with the useQuery hook.
#
react
#
javascript
#
webdev
#
hooks
123
reactions
Comments
2
comments
5 min read
Introdução aos Hooks no React
Amanda Silva
Amanda Silva
Amanda Silva
Follow
Aug 23 '21
Introdução aos Hooks no React
#
react
#
frontend
#
development
#
hooks
9
reactions
Comments
Add Comment
3 min read
React-query series Part 1: Basic react-query setup
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Follow
Aug 19 '21
React-query series Part 1: Basic react-query setup
#
react
#
javascript
#
webdev
#
hooks
154
reactions
Comments
Add Comment
3 min read
How to implement Infinite Scroll in React
K Ramakrishna Vaidya
K Ramakrishna Vaidya
K Ramakrishna Vaidya
Follow
Aug 22 '21
How to implement Infinite Scroll in React
#
react
#
javascript
#
hooks
#
intersectionobserver
17
reactions
Comments
Add Comment
4 min read
React-query series Part 2: QueryClient configuration.
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Emmanuel Nnajiofor
Follow
Aug 20 '21
React-query series Part 2: QueryClient configuration.
#
react
#
javascript
#
webdev
#
hooks
54
reactions
Comments
Add Comment
7 min read
How to Hide Admin Bar in WordPress?
Aman Mehra
Aman Mehra
Aman Mehra
Follow
Aug 10 '21
How to Hide Admin Bar in WordPress?
#
wordpress
#
php
#
action
#
hooks
4
reactions
Comments
Add Comment
1 min read
React Hooks useEffect()
Harry J Beckwith
Harry J Beckwith
Harry J Beckwith
Follow
Aug 19 '21
React Hooks useEffect()
#
react
#
hooks
#
useeffect
6
reactions
Comments
1
comment
2 min read
Implement Azure Application Insights with React
Shubham
Shubham
Shubham
Follow
Aug 17 '21
Implement Azure Application Insights with React
#
react
#
azure
#
insights
#
hooks
7
reactions
Comments
Add Comment
2 min read
The React hook pradigm
Eckehard
Eckehard
Eckehard
Follow
Aug 15 '21
The React hook pradigm
#
react
#
hooks
#
javascript
#
parogramming
6
reactions
Comments
3
comments
3 min read
React hooks: useEffect
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Abdullah Furkan Özbek
Follow
Aug 14 '21
React hooks: useEffect
#
react
#
hooks
#
tutorial
13
reactions
Comments
1
comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account