Create Youtube Player in ReactJs — Part 1

Create Youtube Player in ReactJs — Part 1

My journey with react started more then a year back. I was already doing some web-development with HTML, CSS , Javascript for past 7 years. Then completed the Freecodecamp frontend certification also. React came like this cool kid in frontend development, which was a must then. So, i jumped into it and purchased “Modern React with Redux” from Stephen Grider and learned a lot from it. Also, learned a lot from React for beginners by Wes Bos. I highly recommend both and this article is based on what i learned from both and my past 9 months a React developer for my company.

In React we have to divide our project as small components. Then write those components and stick it into the main App component. We are making a Youtube player app in react. So, we design the layout and create components for different parts.

Wireframe with components in REDWireframe with components in RED

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

thewebdev.tech/create-youtube-player-in-rea..