DEV Community

Discussion on: React: Using Hooks with Global State

Collapse
 
ashr81 profile image
Ashrith Reddy

I think it is better to use another custom hook that handles the importing of UserContext and useContext and which can accommodate more functionalities.

Code with custom hooks