The React Mega Tutorial is a comprehensive tutorial for beginner and intermediate developers that teaches front end web development with React, a popular JavaScript library for building user interfaces in the browser.
This course includes 10.5 hours of video showing how to perform all the steps, with the author's extensive spoken commentary. The ebook version of this course is over 200 pages long and can be downloaded in PDF, EPUB and MOBI formats.
The goal of this course is to build a nicely featured social blogging application. The course begins from the absolute beginning, by showing you how to create a brand new React project. Then, each successive chapter adds and expands the project with new features. All the code featured in this course is open source and available on GitHub. Once you learn with this project, you are welcome to use the code for your own projects!
Do you want to see how the project looks? Below is a screenshot.

Topics covered in this course include:
Many of the features covered require the support of a back end. While this course does not cover back end development, a complete back end project specifically designed for this course is provided.