Building your first React application in 75 minutes or so

Go to class
Write Review

Free Online Course: Building your first React application in 75 minutes or so provided by Skillshare is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Building your first React application in 75 minutes or so is taught by Maurice Beijer.

Overview
  • In this course, you are going to learn how to build an application using React. First, you will learn why React is such an awesome library to build web applications. Then we are going to go over the basics of React. Then we will use this knowledge to build an application to see some of the top rated movies. Of course, we will make this a nice looking application and wrap up by deploying it to the web.

    Based on the experience from this course you will be able to start creating your own React applications.

    We are going to start from scratch so no prior React experience is required. I am assuming you are familiar with HTML, JavaScript 5 and CSS however. I will be using newer JavaScript syntax in places but I will explain these as we go along.

Syllabus
    • What is React?
    • Personal introduction
    • Why learn React
    • What you will learn
    • Modern JavaScript
    • The class project
    • Creating a new React project
    • Exploring the project
    • What is JSX?
    • What is Babel?
    • Creating a new React component
    • Using props to pass data
    • Repeating components
    • Managing state
    • Loading data using an AJAX call
    • Material Design
    • Adding the AppBar
    • Creating a movie card
    • Displaying movie details
    • Searching for movies
    • Deploying the application
    • Summary