DEV Community

Discussion on: Gently introduction to React Hooks. Part 1

Collapse
 
christopherkade profile image
Christopher Kade

Great work Przemek 😄 transforming a class component into a functional one is always a great way to teach hooks ! I did something similar a while back: dev.to/christopherkade/introductio..., glad to see it's a commonly used method.

Collapse
 
przemwo profile image
Przemek Wolnik

Thank you! I felt it was a natural way for someone who worked with React before hooks. BTW I'm gonna check your post :)