COURSE OVERVIEW

The Basic React course is aimed at people who already know the basics of JavaScript core concepts like closure, hoisting, DOM manipulation, event loop, etc, and are looking to start learning React.

In this course, you will learn multiple concepts like class components vs functional components, and hooks. You will be tested on various things with the help of some quizzes at regular intervals throughout the course.

PREREQUISITES

  1. Javascript concepts (event loop, closure, hoisting, DOM manipulation, etc)
  2. Familiarity with HTML.
  3. Basics of programming languages like arrays, objects, etc.

COURSE OBJECTIVES

After completing this course you should be able to:

  • Build a basic React To-Do application.
  • Know React well enough to proceed to advance concepts of React.