In this class, we're going to be starting at the very beginning, with no student left behind! React can look a bit strange to write at first because it's a mix of HTML and JavaScript, but I'm going to teach you ways to remember when to write JavaScript and when to write HTML (Or what's known as JSX).
We'll learn about React syntax, importing from other others, components, splitting components into new files and importing them, extending components, component props and state, click events, and how to build in an API request when a button is clicked.
If that sounded advanced and scary, don't worry I'll teach you everything you need to know about React.js to get you up and running quickly.
Why Learn React.js
React is a JavaScript library that lets you make insanely interactive and responsive websites and applications. When a user types or clicks on something, your JavaScript might want to take some form of action. React makes that easier to write and maintain. Plus it's extendable, meaning you can write a little bit of code and re-use it everywhere so you aren't spending all day writing code.
But more than that, React is a high demand skill. Lots of development companies, startups and big companies like Netflix use React — it's how they can create such amazing user interfaces like the Netflix movie catalog.
Everything that can be created in React can be created using vanilla JavaScript, but React makes it easy to maintain and easy to read — it turns long spaghetti JavaScript into a nice programming language that's easy to work on with your peers.
Who Uses React.js
Pretty much everybody is React these days. Whether it's a small part of a website that has complex logic, or an entire website like Netflix. Pretty much everybody and their dogs are writing React these days. And that's why it's important to learn.
Project
Throughout this course, we're going to create a random Star Wars character generator using an API request. Together we'll build out the fundamental parts of an application like that.
Then as your final project, you're going to swap out the API request for a different endpoint, and add images to your project to make it more visually appealing.
Requirements
• Must know HTML, CSS, and plain JavaScript
• Must be able to download and install Node.js (I'll show you how)
• Must be able to download and install files
Course Info
• Videos: 21
• Duration: 1 hour 30 minutes