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...
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 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...
1 Overview We’re getting there. Our Watch component looks pretty nice. Click on the image to see it in high resolution. However, we are still missing the actual channel details, i.e. its name, a...
1 Overview Let’s continue where we left off and continue with creating consecutive requests. 2 Displaying related videos in Youtube 2.1. Consecutive network requests in Redux saga Let’s create a new function inside src/store/sagas/watch.js...
1 Overview Let’s continue where we left off and create the reducer to handle the MOST_POPULAR_BY_CATEGORY event 2 Youtube most popular videos reducer First of all let me tell you that this reducer is...
1 Overview Ok, so what’s next? Right now, we load the top 12 most popular videos and all video categories from the Youtube API. To complete our Home feed, we now need to load...
Recent Comments