Build Youtube in React tutorial series updated
It has been a while ever since the Build Youtube in React tutorial series came out. Since then YouTube has made a couple of adjustments – especially for accessibility reasons and has made the...
Build real world, production-ready software
It has been a while ever since the Build Youtube in React tutorial series came out. Since then YouTube has made a couple of adjustments – especially for accessibility reasons and has made the...
It was quite a while ago when I finished the Build Youtube in React tutorial series. Thanks to everyone who followed along. Today, I’m super happy to announce that I will be doing another...
A few days ago, I published the last and 45th part of my build Youtube in React epic length tutorial series. This is a summary of what I learned throughout the entire process.
1 Overview Almost done, we already have the network logic for our search component in place. We just need to make use of it to achieve our goal. So let’s get it over with...
1 Overview We’re finally about to start building out our search component. Hold on a second. The UI for the search results looks almost identical to what we have in our Trending component. To...
1 Overview This is the last feature we will implement as part of this tutorial series. For our Youtube MVP, we’re basically just lacking a search functionality. It would be nice if we could...
1 Overview In the previous tutorial, we made our side bar dynamic and our VideoPreview component more flexible. We will now make use our changes and implement a component that shows trending videos. Click...
1 Overview All right party people, there’s just two more things we’ll do before we’re officially done with this. We would like to display the trending videos . When the user clicks on Trending...
1 Overview Let’s continue where we left off and finish off the comments. 2 Displaying comments 2.1. Comments selector We only need a way to pull in the comments for a specific video into...
1 Overview We’re almost done with our Watch component. The only thing we haven’t covered yet is comments. Right now, we just display some hard-coded comments. Click on the image to see it in...
Recent Comments