Coursepig.com

React Fundamentals Quickstart: A Fast Start for Developers

A thorough quickstart for existing developers new to React. In just over an hour, learn the core React concepts.

A course doesn’t have to be long to be effective. This course skips over the boring introductions and summaries and quickly demonstrates, in code, how to create React applications. This is a particularly helpful format for experienced developers who are wanting to learn React. I am an experienced video course author with more than 25 years of software engineering experience and 10 years of experience creating technical, front-end development learning content.

What you’ll learn

Course Content

Requirements

A course doesn’t have to be long to be effective. This course skips over the boring introductions and summaries and quickly demonstrates, in code, how to create React applications. This is a particularly helpful format for experienced developers who are wanting to learn React. I am an experienced video course author with more than 25 years of software engineering experience and 10 years of experience creating technical, front-end development learning content.

 

This course begins by teaching you how to create a new React application from scratch using create-react-app, including an introduction to how the plumbing of how a React app is bootstrapped. You’ll learn what react is, how it uses ReactDOM to efficiently render content, and the important parts of React’s unique JSX syntax.

 

In addition, you’ll learn how to:

You’ll learn all this and more as we build an e-commerce website that’s both interesting and relevant to modern web development. The application built can be accessed on Github and the Github repo contains a checkpoint for each video in the course, so you can easily explore the application at any given point in the course.