DEV Community

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

Collapse
 
anto profile image
antonin87

useState, useEffect and useContext are used in most components.
Sometimes i use useReducer to handle complex state logic and build better unit tests