Chooce video playback speed
speed:1

Intro Video - React "Baby Names" App

Share this video with your friends

Send Tweet

Welcome to this beginner friendly series on React. We'll start a new project from scratch with Create React App, and step by step, build a functional and relatively useful React app that lets you find inspiration on "baby names", with search and shortlisting functionality.

Through the lessons, we'll cover an introduction to JSX, approach concepts like props, state, React hooks, "thinking in components", and embrace a progressive refactoring mindset.

Once the app is complete, we'll look at how to reduce prop drilling with the use of the Context API, and we'll even create our own custom React hook!

This lesson is a Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Simon Vrachliotis: Welcome to this beginner friendly series on React. We'll start a new project from scratch with Create React App and step by step build a functional and relatively useful React app that lets you find inspiration on baby names.

Through the lessons, we'll cover an introduction to JSX, approach concepts like props, state, React Hooks, thinking in components, the progressive refactoring mindset.

Once the app is complete, we'll look at how to reduce prop drilling with the use of the Context API, and we'll even create our own custom React Hook.

I hope you enjoy the series. Let's get started!