From the course: React for Web Designers

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Our React build process

Our React build process - React.js Tutorial

From the course: React for Web Designers

Our React build process

- [Instructor] We've looked at the way most react sites are assumed to be built, but we're going to do things a little differently in this course to help you dip your toes into the react waters. So specifically at first we're going to have no build process at all, we're going to install react with a couple of simple script tags, the same way you've installed any other JavaScript library at any time in the past. Use the right ones in the right order and you're good to go, same as it ever was. There are some syntactical differences that you'll experience in your code versus what you'll see in the documentation, mostly having to specify a little bit more of where your components are coming from, but basically you're not going to have to deal with any build tools at all. We're going to add on some build tools later as it becomes appropriate to help us work with some different things, but to get started, you don't need a thing.

Contents