React Redux Tutorial | Create Youtube Player -1

Nabendu Biswas
2 min readJun 21, 2020

--

YouTube Player

My first blog was a react tutorial to create a YouTube player. After 2.5 years and 240 blogs, i decided to revisit it. I had started my YouTube journey by creating videos from it. Below is the playlist for the same.

This is a very simple app and can be done with plain React only, but i had also converted it into Flux. But as we all know Redux had won that war with Flux and become the top state management framework. As redux is still very popular and used in enterprises a lot, decided to convert the simple app to use Redux.

I will not be explaining much of Redux concepts here. You can learn about the same from my earlier blog post here.

I will be using the old youtube-player project for the same. You can clone or download it from here.

Let’s first do a npm install in the downloaded/cloned project.

npm install

--

--

Nabendu Biswas

Architect, ReactJS & Ecosystem Expert, Youtuber, Blogger