DEV Community

Discussion on: April 9th, 2021: What did you learn this week?

Collapse
 
voralagas profile image
Pravin Poudel

Same here, It was interesting to learn that, and now the state is available on functional component too. I found it quite easy handling with a hook rather than in-state in-class component. I haven't done much but I hope I am not wrong.

Collapse
 
stephanieopala profile image
Stephanie Opala

Me too, so far I find it easier to use hooks rather than in-state in class components.