Monthly Archive: January 2019

0

Build Youtube in React 15: Video Metadata

1 Overview In the last section we started working on the layout of our Watch component. So far, we have static versions of the Video and the RelatedVideos component. We still need a component...

0

Build Youtube in React 13: Related Videos

1 Overview In the last tutorial, we updated our VideoPreview so we can use it to display related videos. Guess what we’re going to do in this tutorial 🤓 Here’s what we would like...

3

Build Youtube in React 11: Video component

1 Overview You’ve seen the Watch component mockup two times now. Let’s break it down into smaller components, so we can easily build them out step by step. I’ve marked the different components we...

0

Build Youtube in React 09: App Layout

1 Youtube Watch component overview Now that we finished the Home feed markup, we can think about adding the next major component. We want a component that allows us to actually watch a video. ...