Build Youtube in React 35: Fetching related videos
1 Overview Currently, our related videos section looks a little bit empty. Click on the image to see it in high resolution. Well, how hard can it be 😁? 2 Fetching related videos from...
Build real world, production-ready software
1 Overview Currently, our related videos section looks a little bit empty. Click on the image to see it in high resolution. Well, how hard can it be 😁? 2 Fetching related videos from...
1 Overview Let’s continue where we left off and start with creating the reducer for our WATCH_DETAILS action. 2 Adding watch details reducer 2.1. Let’s talk about state It is important to understand where...
1 Overview We’re done with our Home feed, but we still need to make our Watch component dynamic. In this tutorial, we will start fetching the data we need for it. 2 Making our...
1 Overview In the last tutorial we created the reducer and the selector for displaying the most popular videos for a certain category. We now need to wire up all the logic with our...
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...
1 Overview We’re finally done with the most popular videos. When you look at our mockup again, you see that we have more than one video grid. In our Home feed we first show...
1 Overview Let’s look at our trending videos again. Click on the image to see it in high resolution. We need to get the formatting right. Here’s how we want our video previews to...
1 Overview In the last few tutorials we worked on fetching the most popular videos via Youtube’s API. We already have the data in our Redux state, but we haven’t populated our Home feed...
1 Overview Let’s look at our Redux state again We already have reducers that are responsible for the api and the videos part, but we haven’t tested them yet. Reducers are extremely important for...
Recent Comments