Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to React and NodeJS
Rating: 4.5 out of 5(65 ratings)
364 students

Introduction to React and NodeJS

Create a dynamic website with the React Javascript library
Created byJohn Purcell
Last updated 8/2020
English

What you'll learn

  • React
  • NodeJS
  • ExpressJS
  • REST web services

Course content

12 sections66 lectures6h 49m total length
  • Introduction5:51

Requirements

  • Know how to code in any programming language; ideally Javascript
  • Some understanding of HTML and CSS

Description

This is a course on React, a popular Javascript library for creating websites. React lets you create websites that feel fast and responsive, because the page never has to reload. Instead, Javascript fetches data when necessary and creates each page dynamically.

In this course we'll create a website that manages a list of books, allowing you to create, view, update and delete books.

Along the way we'll learn how to create React components, how to connect to a database, and how to create a REST service to supply the React front end with data.

By the end of the course you'll have a good understanding of React and you'll be able to create your own React web apps.


Who this course is for:

  • Programmers who want to learn to create websites with React
  • Programmers who would like to know more about modern Javascript and web services