Video description
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.
About the Instructor
Charles Crawford III has more than ten years of software experience and five years of experience in software education. He is currently a lead instructor at Code Fellows, where he teaches full-stack web programming. He is also an active software and writing consultant and the director of marketing for Hack The People, a distributed non-profit organization focused on fostering mentor-mentee relationships in software development. Additionally, Charles is an active blog contributor at The New Stack, a site featuring news about and analysis of an ever-changing software development ecosystem. Prior to this, Charles was a developer evangelist for Shippable, a SaaS that leverages Docker to provide continuous integration services. He was also a software engineer at Amazon Web Services on the Elastic Beanstalk team, where he worked on things such as the Elastic Beanstalk Ruby container, Nodejs container, and the Docker container.
Skill Level
- Intermediate
- Utilize the React toolchain
- Understand the advanced JavaScript features used with React
- Use ES6 features with React
- Understand basic React concepts
- Utilize React’s virtual DOM
- Code a React app with traditional and ES6
- Optimize React performance
- Utilize libraries to make React a complete front-end solution
- Use React router
- Use Flux
- Use Redux
- Test React applications
- Intermediate to experienced developers who want to learn React.js for front-end web development
- JavaScript
- HTML
- AJAX (not required, but useful for this course)
- REST (not required, but useful for this course)
- ES6 (not required, but useful for this course
Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
Table of contents
- 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 Use create-react-app
- Lesson 2: Understanding Advanced JavaScript Required for ReactJS
-
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 (bug fix)
- 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
- Lesson 5: Understanding the Virtual DOM
- Lesson 6: Coding Your First React App with Traditional React
-
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
- Lesson 9: Styling with React
- Summary
Product information
- Title: ReactJS Fundamentals, Second Edition
- Author(s):
- Release date: December 2017
- Publisher(s): Pearson
- ISBN: 0134854675
You might also like
video
ReactJS Fundamentals, 3rd Edition
7+ Hours of Video Instruction Get started with React.js for front-end web development Overview covers vanilla …
video
ReactJS Fundamentals
ReactJS Fundamentals provides a conceptual understanding of React, an open-source JavaScript framework from Facebook, and gets …
book
React.js Essentials
A fast-paced guide to designing and building scalable and maintainable web apps with React.js About This …
video
Advanced React.js LiveLessons
More Than Four Hours of Video Training Description Advanced React.js LiveLessons looks at the libraries that …