Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React in 1 Hour: Learn the Fundamentals, Fast
Rating: 4.3 out of 5(217 ratings)
6,774 students
Created byAustin Chauncey
Last updated 6/2019
English

What you'll learn

  • What is React and why is it so popular?
  • Install Node and npm and what they do
  • The difference between state and props
  • How to create parent and children components
  • Using ES6 in React
  • Simple Styling in React
  • The concept of lifting up state
  • Building production-ready assets
  • Learn react in one hour

Course content

4 sections28 lectures1h 1m total length
  • Introduction to React0:30

    Discover the fundamentals of React in one hour, including what React is, why it's popular, key concepts, and a hands-on to-do app demo.

  • What is React?1:10

    Explore how React, a Facebook client-side framework focused on the presentation layer, uses a component-based architecture with virtual DOM and declarative rendering, learn once and write everywhere, and React Native.

  • Why React?1:09

Requirements

  • HTML - Understand Basic HTML elements
  • CSS - Basic knowledge of what a class is
  • Basic JavaScript

Description

In this course you will quickly learn all the basics of React and using npm! Here are some notes about react from the landing page:

"React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.

Declarative views make your code more predictable and easier to debug."


"Build encapsulated components that manage their own state, then compose them to make complex UIs.

Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM."


"We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code.

React can also render on the server using Node and power mobile apps using React Native."

Who this course is for:

  • Beginner Web Developers
  • Beginner React Developers