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 In the previous tutorial, we successfully fetched detailed information on a specific video from the Youtube endpoint. Right now, our Watch component only shows hard-coded data. Let’s make our UI more dynamic...
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 already created the request, actions and sagas for the most popular video endpoint. However, we still lack a reducer that handles the MOST_POPULAR_VIDEOS action. 2 Video reducer 2.1 Creating the video...
1 Overview Let’s recap, we successfully load Youtube’s client library, we set up some boilerplate code for the Youtube endpoint and you know the basics of redux-saga. However, before we finally start fetching data,...
1 Overview It’s finally time to fill our components with real data. We are now about to actually load some data from the Youtube API. In this tutorial, we’ll shed light on how the...
1 Overview Youtube comes with a Javascript library (currently in beta) that makes it easier for us to talk to the Youtube API. Here’s the thing. We could just use Javascript’s fetch API to...
1 Overview Now that we have set our Redux store up and running let’ see where we will get all the video data from. Fortunately, Youtube exposes an API for third party developers to...
1 Overview 1.1 Introducing state Now that we have built out our Youtube MVP components, we can think about how we get actual videos in there. Otherwise the app would be kinda boring. Our...
1 Overview Today we’re going to announce the start of a new tutorial series on this blog. We are going to build a Youtube-like application in React. It will leverage the Youtube data API v3 and will...
Recent Comments