DEV Community

Discussion on: React Hooks and Considering Different Ways to Store Data

Collapse
 
stereoplegic profile image
Mike Bybee • Edited

Just wait till your first custom hook dawns on you. It's a really cool feeling.

Also, useRef is much more useful than it seems at first glance (but get the other ones you mentioned down first).

Collapse
 
alexlsalt profile image
Alex Morton

Looking forward to it! At the moment, I'm having a bit of a hard time wrapping my head around useReducer, but I think it'll come in time. Thanks for the heads up about useRef.