React Hooks Tutorial | Create YouTube Player -1
2 min readJun 24, 2020
Recently i started to add more articles to my old blog series on Creating a Youtube Player. I had added articles to refactor it to use Redux, now i am changing the project to use React Hooks instead of the class based components.
You can find the whole series here.
I had also started creating an YouTube video series on the same. You can find the whole playlist here.
So, let’s start converting our class based project to function based project, using hooks.
First, we are cloning the old project from my GitHub repo. You can find it here.