DEV Community

Discussion on: React: Using State in Functional Components

Collapse
 
xlpacman805 profile image
Johnny Meza

Awesome! Thanks for writing something simple and concise. I've been wanting to learn how to use state in functional components but haven't had time to really experiment, so I'll just use the normal ES6 classes. But this helped get a good grasp of how to think about State in functional components, Thanks!