Courseboat.com

Introduction to React and NodeJS

Create a dynamic website with the React Javascript library

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.

What you’ll learn

Course Content

Requirements

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.