DEV Community

Discussion on: What's hard about React Hooks for you?

Collapse
 
dance2die profile image
Sung M. Kim • Edited

The part that got me (reminded me of because of this comment) that hooks don't share "states", but it's for sharing "logics".

Another one being useEffect. I still refer back to A Complte Guide to useEffect often.
useEffect still has clicked 100% especially on parts with getting new fresh value (using ref).