Skip to content

Zombiefruit/functional-components-learning-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Components Learning Session

A very not-comprehensive introduction to the benefits of functional components.

I think the best way to learn about the benefits of functional components (especially, in this case, the useEffect hook), is to implement a class component which eventually runs into a common issue faced by complex components. The world of functional components is huge, too huge for a single learning session, so I think a focused and specific practical example is the best approach to getting started with seeing the benefits of functional components.

As an aside, I recommend reading these articles:

Level One

Let's begin. Go to the folder called level-one.