DEV Community

Discussion on: Using LocalStorage with React

Collapse
 
daniel4lm profile image
Daniel Molnar

Nice article. Btw. you're still using class components?

Collapse
 
kevhines profile image
kevhines

yeah, this program was part of a class project I did at the Flatiron School - they taught React with Class components so that was required in the final project.

We also learned a little bit about hooks and I plan to explore those more in my next project.