HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Video accessible from your Account page after purchase.
Register your product to gain access to bonus material or receive a coupon.
6+ Hours of Video Instruction
Get started with React.js for front-end web development.
Overview
React.js Fundamentals LiveLessons covers vanilla React, as well as a refresher on some advanced JavaScript topics and essential ES6 features. You first learn how to create a modern React toolchain. Next, the training covers the advanced JavaScript concepts that regularly pop up in React and the modern ES6 features you’ll need to write more idiomatic React code. Next, the training covers a conceptual understanding of React and takes an in-depth look at how React’s virtual dom works. Starting in Lesson 6, you dive into writing React code using the original create class syntax and begin to look at the JSX. Next, you see how to rewrite your earlier code using modern ES6 features. From there, you learn the remaining vanilla React topics, such as component life cycle and state management. The training wraps up with a discussion of how you can tweak performance in React apps.
Skill Level
Introduction
Lesson 1: Creating Your React ToolChain
Learning Objectives
1.1 Understand the requirements of your toolchain
1.2 Use NPM to manage your application's dependencies and run tasks
1.3 Compile ES6 to ES5 with Babel
1.4 Bundle applications with Webpack
1.5 Understand how Babel and Webpack work together and create a basic build process
1.6 Create a development optimized build process
1.7 Create a production optimized build process
1.8 Create React App
Lesson 2: Understanding Advanced JavaScript Required for ReactJS
Learning objectives
2.1 Use functional programming in JavaScript
2.2 Understand execution context and the this keyword!
2.3 Control execution context with bind/call/apply
Lesson 3: Utilizing ES6 in Your React Applications
Learning objectives
3.1 Understand ES6 template strings
3.2 Understand ES6 default arguments
3.3 Understand ES6 rest and spread
3.4 Understand ES6 arrow functions
3.5 Understand ES6 destructuring
3.6 Understand ES6 modules
3.7 Understand ES6 classes
3.8 Understand ES6 promises, Part 1
3.9 Understand ES6 promises, Part 2
3.10 Understand ES6 promises, Part 3
3.11 Understand ES6 fetch
3.12 Understand ES6 generators
3.13 Combine generators and Promises
3.14 Understand Async await
Lesson 4: Understanding Basic React Concepts
Learning objectives
4.1 Utilize component-based design
4.2 Use one-way data flow and rendering
Lesson 5: Understanding the Virtual DOM
Learning objectives
5.1 Understand the virtual DOM versus the actual DOM
5.2 Understand the diffing algorithm
Lesson 6: Coding Your First React App with Traditional React
Learning objectives
6.1 Use createClass and render
6.2 Understand JSX
6.3 Set initial app state
Lesson 7: React Fundamentals with New ES6 Syntax
Learning objectives
7.1 Create with new ES6 class syntax
7.2 Understand properties and state
7.3 Adding new state to an app
7.4 State changes through child components
7.5 Use inputs with React
7.6 Functional stateless components
7.7 Utilize data fetching in React applications
7.8 Understand React component lifecycle methods
7.9 Utilize content of custom components
7.10 Understand higher order components
7.11 Utilize propTypes
7.12 Utilize ref to access child components
Lesson 8: React Performance
Learning objectives
8.1 Improve child rendering performance by setting keys
8.2 Implement performance optimizations with shouldComponentUpdate
Lesson 9: Styling with React
9.1 Inline styles
9.2 External style sheets
9.3 Manually configured CSS modules
9.4 CSS modules with styles-jsx
Summary