Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React Fundamentals
Rating: 4.2 out of 5(2,850 ratings)
55,460 students

React Fundamentals

Learn the fundamentals of React and start your journey with this amazing library
Last updated 1/2018
English

What you'll learn

  • Understand fundamental React concepts
  • Use some of ES6/ES7 JavaScript features
  • Use de-facto standard routing solution for React applications - React Router
  • Maintain and organize their React code base

Course content

3 sections17 lectures1h 1m total length
  • Setting React Environment1:44
  • React Elements3:51
  • JSX2:53
  • Components4:29
  • Props3:25
  • State2:36
  • Lifecycle (componentDidMount)2:11
  • Asynchronous Calls3:53

    Learn how to fetch data from an API using fetch, handle the promise, parse JSON, and update component state to display TV series results.

  • Containers3:12

Requirements

  • You should be fairly familiar with JavaScript, HTML and CSS

Description

This is a short introductory course which will teach you the magic of React. React is a JavaScript library, which lets you build user interfaces using separate components.

You'll learn how to set up your own React environment in just matter of minutes and learn such concepts as:

  • React elements
  • JSX
  • Components
  • Props
  • State
  • Lifecycle methods
  • Containers
  • Form and input managing 
  • Conditional Rendering
  • React Router V4

Who this course is for:

  • Anyone who wants to learn React and deepen their knowledge about coding