DEV Community

Discussion on: What were your "gotchas" when first learning React?

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I think the one thing so far that has been my most "Aha!" moment is the difference and usage of functional components vs class components. There's a lot writing out there that doesn't explain too much the nuances of it, but it all clicked when I read a post of Tyler McGinnis.