This repo is for a YouTube series. Here are the videos:
- 1: Setup: Learn how to setup React with NPM, Webpack, Babel and ES6
- 2: "Hello World" Component with Webpack and Babel
- 3: Learn how to create multiple components in a parent/child relationship
- 4: Props: One of the most fundamental concepts in React
- 5: Conditional Renders: Learn how to be more strategic with React
- 6: State: One of the most fundamental concepts in React
- 7: Props and State
- 8: Stateless Functional Components
- 9: XHR (AJAX) Requests
- 10: React Router
- 11: React Router Layouts
- 12: React Component Organization
- 13: User Profile with React Router
After cloning, install third-party modules:
npm install
Then in one command-line window, to have Webpack build the bundle file (Make sure Webpack is installed globally first), do this:
webpack -w
Then in another command-line window, do this to launch a quick web server:
http-server
The first video also covers these steps if you're having issues.
If you enjoy this series, please tell me about it on Twitter @bradwestfall