DEV Community

Discussion on: How to use the State Hook in React

Collapse
 
crashley1992 profile image
crashley1992

I don't know if it's just because I'm newer to React, but I feel like it's easier to keep track of state manipulation using class components than with hooks.

This helped understand hooks a lot more.

Collapse
 
damcosset profile image
Damien Cosset

Glad it helped!

Good luck if you wish to keep going on the transition. I promise it gets better with time :D

Collapse
 
crashley1992 profile image
crashley1992

Thanks! I'm sure it will with more practice.