Zombiefruit / functional-components-learning-session

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/Zombiefruit/functional-components-learning-session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Created with CodeSandbox

https://codesandbox.io/s/github/Zombiefruit/functional-components-learning-session


Languages

Language:TypeScript 81.2%Language:HTML 18.0%Language:CSS 0.8%