Introduction to the React Challenges

FreeCodeCamp created this introduction to React to help developers learn the essential elements of using Facebooks open-source JavaScript library. Despite being an introductory course, it gets deep into the inner workings of React. The 47 unique lessons will take students on a journey of discovery that will leave them well-equipped to get into React development. Each lesson includes example code, programming experience and code testing. Its a hands-on approach to learning.

Produced in 2018

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 0 / 100

icon
Live Chat with CourseDuck's Co-Founder for Help

Need help deciding on a react js course? Or looking for more detail on 's Introduction to the React Challenges? Feel free to chat below.
Join CourseDuck's Online Learning Discord Community

icon
Course Description

React, created by Facebook, is an open-source JavaScript library for building user interfaces. It is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes.React combines HTML with JavaScript functionality to create its own markup language, JSX. This section will introduce you to all of these concepts and how to implement them for use with your own projects.

icon
Reviews

0.0

0 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By noilddude on 12/24/2018

Now I'm going through freeCodeCamp's React section, and React is starting to come together for me. freeCodeCamp seems to take it one step at a time, explaining all the terminology, which React just so happens to have a lot of.