Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 24, 2020 04:16 am GMT

React Redux Tutorial | Create Youtube Player -1

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.

alt text

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.

Lets first do a npm install in the downloaded/cloned project.

npm installnpm install

You can read the complete blog from my site. The link for the same is -

https://thewebdev.tech/youtube-redux-1


Original Link: https://dev.to/nabendu82/react-redux-tutorial-create-youtube-player-1-gi9

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To