DEV Community

Discussion on: Which React hooks do you use the most?

Collapse
 
rnnyrk profile image
Ronny

I'm hooked! Using all the build-in hooks quite often. useState and useEffect the most of course. Also writing a lot of custom hooks. Once I find myself re-using a lot is for example useQueryParams (with the qs package), useMediaQuery, useModal