React JS Crash Course 2021 (youtube.com)Jan 18, 2021
Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more.
Introducing React Hooks (youtube.com)Nov 15, 2018
In this video we will look at the new "hooks" feature proposal in React 16.7, specifically the useState hook which allows us to store state in a functional component. We will also build a small todo app.
React Authentication App With Okta (youtube.com)Jun 16, 2018
In this video we will build a React app that uses authentication from Otka which is a user management system that can be used across multiple apps built on multiple languages/frameworks.
Facebook Login Button In React (youtube.com)May 11, 2018
In this video we will create a Facebook login button in React to get the users name, email and picture. We will then add it to the component state and render the data. This is an introductory based tutorial.
Gatsby JS Crash Course (youtube.com)Apr 12, 2018
This is a 1 hour crash course on Gatsby JS which is a static site generator that runs on React and GraphQL. We will be creating a static site along with a Markdown based blog using a few plugins. We will also deploy our Gatsby site to Netlify.
React & Webpack 4 From Scratch - No CLI (youtube.com)Mar 29, 2018
In this video we will setup React WITHOUT the Create-React-App CLI. The CLI is fantastic but many people do not understand how it works behind the scenes. In this video we will setup React from scratch with Webpack 4 and Babel.
Redux Crash Course With React (youtube.com)Mar 17, 2018
In this video we will talk about what Redux is and build a React app from scratch and add all of the boilerplate for Redux and work with the store/state, actions, reducers and all of the other fundamentals of the Redux state manager.
Next.js Crash Course - Server Side React (youtube.com)Jan 19, 2018
In this video we will talk about Next.js which is a framework to render React on the server. We will look at setup and build a simple application that pulls Bitcoin pricing from an API and displays it in the app.