Build Youtube in React 40: displaying comments
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...
Build real world, production-ready software
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 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 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 Redux is super popular and the de-facto standard state management library out there. In this tutorial, we will look at the purpose of so called selectors and demonstrate why it’s good practice...
Recent Comments