React 2020
In this series we are going to learn basics of React library and all of it's advanced features that are applicable in the year 2020.
React 2020Why And Stuff We Will Not Be Doing
In this video I'm going to explain to you why we are doing React now, so late to the game, and also show you some stuff we will NOT be doing through out this series.
React 2020Components and Props
In this episode we are going to talk about components and props, the building block of React applications.
React 2020State And Event Handling
In this episode I'm going to show you how to handle state in a React class component and also how to handle simple events.
React 2020useState Hook
In this episode we are going to take a look at the useState hook, so that we can add state to our functional components.
React 2020Lifecycle Methods
In this episode we are going to go through the most used React lifecycle methods.
React 2020useEffect Hook
In this episode we are going to take a look at an useEffect Hook for React and how it approximates to some lifecycle methods.
React 2020Context API
In this episode series we are going to take a look at Context API which comes built in React, and is nice way to share data with you React components.