DEV Community

Discussion on: Learning React

Collapse
 
cguttweb profile image
Chloe

Thanks for the reply. Good to know functional components are the way to go it makes more sense to me. I should have thought of Traversy Media (fyi your link seems to a different video and not the crash course) I've watched his Vue crash course and have taken one of his JS courses.

Collapse
 
johnnyjamesnavarro profile image
Johnny Navarro

Oh yeah, I didn't link the actual crash course because I believe he used class-based components there. The other one I linked does use functional components and hooks.

Collapse
 
lbeul profile image
Louis

for a quick entry I can recommend either FullStackOpen's section on React or The Beginner's Guide to React by Kent C. Dodds on egghead.io :)