Oreilly - ReactJS Fundamentals
by Charles David Crawford | Publisher: Addison-Wesley Professional | Release Date: October 2016 | ISBN: 9780134652412
ReactJS Fundamentals provides a conceptual understanding of React, an open-source JavaScript framework from Facebook, and gets you started with writing React code while utilizing advanced JavaScript and modern es6 features.DescriptionThis video training covers vanilla React, as well as a refresher on some advanced JavaScript topics, and essential es6 features. You'll 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 will take an in depth look at how React's virtual dom works.Starting in Lesson 6, you'll dive into writing React code using the original create class syntax and will begin to look at the JSX. Next, you'll see how to rewrite your earlier code using modern es6 features. From there, you'll learn the remaining vanilla React topics such as component life cycle and state management. The training wraps up with a discussion on how you can tweak performance in React apps.About the InstructorCharles Crawford IIIhas 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.Charles is the video instructor for Docker Orchestration and Microservices LiveLessons (Addison Wesley, 2015)LinkedIN: https://www.linkedin.com/in/crawfordcharlieTwitter:@cc_iiiSkill LevelIntermediateWhat You Will LearnReact toolchainAdvanced JavaScript features used with ReactES6 features with ReactBasics React conceptsReact‚ virtual DOMCoding a React app with traditional and ES6React performanceWho Should Take This CourseIntermediatte to experienced developers who would like to learn React.js for front-end web development.Course RequirementsJavaScriptHTMLAJAX (not required, but useful for this course)REST (not required, but useful for this course)ES6 (not required, but useful for this course)Table of ContentsIntroductionLesson 1: Creating Your React ToolChainLearning objectives1.1 Understand the requirements of your toolchain1.2 Use NPM to manage your application's dependencies and run tasks1.3 Compile es6 to es5 with Babel1.4 Bundle applications with Webpack1.5 Understand how Babel and Webpack work together and create a basic build process1.6 Create a development optimized build process1.7 Create a production optimized build processLesson 2: Understanding Advanced JavaScript Required for ReactJSLearning objectives2.1 Use functional programming in JavaScript2.2 Understand execution context and the this keyword!2.3 Control execution context with bind/call/applyLesson 3: Utilizing ES6 in Your React ApplicationsLearning objectives3.1 Understand ES6 template strings3.2 Understand ES6 default arguments3.3 Understand ES6 rest and spread3.4 Understand ES6 arrow functions3.5 Understand ES6 destructing3.6 Understand ES6 modules3.7 Understand ES6 classes3.8 Understand ES6 promises Part 13.8 Understand ES6 promises Part 23.8 Understand ES6 promises Part 33.9 Understand ES6 fetchLesson 4: Understanding Basic React ConceptsLearning objectives4.1 Utilize component-based design4.2 Use one way data flow and renderingLesson 5: Understanding the Virtual DOMLearning objectives5.1 Understand the virtual DOM versus the actual DOM5.2 Understand the diffing algorithmLesson 6: Coding Your First React App with Traditional ReactLearning objectives6.1 Use createClass and render6.2 Understand JSX6.3 Set initial app stateLesson 7: React Fundamentals with new es6 SyntaxLearning objectives7.1 Create with new ES6 class syntax7.2 Understand properties versus stateand Set initial state through es6, and binding this7.3 Adding new state to an App7.4 State changes through Children components7.5 Use inputs with React7.6 Functional stateless components7.7 Utilize data fetching in React applications7.8 Understand React component lifecycle methods7.9 Utilize Content of Custom Components7.10 Understand higher order components7.11 Utilize Prop Types7.12 Utilize ref to access child componentLesson 8: React PerformanceLearning objectives8.1 Improve child rendering performance by setting keys8.2 Implement performance optimizations with shouldComponentUpdateAbout LiveLessons Video TrainingLiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at:http://www.informit.com/livelessons
- Introduction
- ReactJS Fundamentals: Introduction 00:01:54
- Lesson 1: Creating Your React ToolChain
- 1.0 Learning objectives 00:01:49
- 1.1 Understand the requirements of your toolchain 00:04:11
- 1.2 Use NPM to manage your application's dependencies and run tasks 00:09:43
- 1.3 Compile es6 to es5 with Babel 00:08:13
- 1.4 Bundle applications with Webpack 00:04:04
- 1.5 Understand how Babel and Webpack work together and create a basic build process 00:06:39
- 1.6 Create a development optimized build process 00:04:02
- 1.7 Create a production optimized build process 00:02:39
- Lesson 2: Understanding Advanced JavaScript Required for ReactJS
- 2.0 Learning objectives 00:01:20
- 2.1 Use functional programming in JavaScript 00:21:02
- 2.2 Understand execution context and the this keyword! 00:10:38
- 2.3 Control execution context with bind/call/apply 00:06:20
- Lesson 3: Utilizing ES6 in Your React Applications
- 3.0 Learning objectives 00:00:46
- 3.1 Understand ES6 template strings 00:02:28
- 3.2 Understand ES6 default arguments 00:04:24
- 3.3 Understand ES6 rest and spread 00:09:19
- 3.4 Understand ES6 arrow functions 00:08:03
- 3.5 Understand ES6 destructing 00:04:36
- 3.6 Understand ES6 modules 00:04:03
- 3.7 Understand ES6 classes 00:06:53
- 3.8 Understand ES6 promises, Part 1 00:08:25
- 3.9 Understand ES6 promises, Part 2 00:03:02
- 3.10 Understand ES6 promises, Part 3 00:15:03
- 3.11 Understand ES6 fetch 00:03:10
- Lesson 4: Understanding Basic React Concepts
- 4.0 Learning objectives 00:01:10
- 4.1 Utilize component-based design 00:12:15
- 4.2 Use one-way data flow and rendering 00:06:43
- Lesson 5: Understanding the Virtual DOM
- 5.0 Learning objectives 00:01:08
- 5.1 Understand the virtual DOM versus the actual DOM 00:04:27
- 5.2 Understand the diffing algorithm 00:13:09
- Lesson 6: Coding Your First React App with Traditional React
- 6.0 Learning objectives 00:00:23
- 6.1 Use createClass and render 00:11:50
- 6.2 Understand JSX 00:05:48
- 6.3 Set initial app state 00:08:01
- Lesson 7: React Fundamentals with New ES6 Syntax
- 7.0 Learning objectives 00:00:23
- 7.1 Create with new ES6 class syntax 00:02:38
- 7.2 Understand properties and state 00:09:44
- 7.3 Adding new state to an app 00:09:04
- 7.4 State changes through child components 00:08:07
- 7.5 Use inputs with React 00:10:56
- 7.6 Functional stateless components 00:05:32
- 7.7 Utilize data fetching in React applications 00:11:10
- 7.8 Understand React component lifecycle methods 00:05:15
- 7.9 Utilize content of custom components 00:03:05
- 7.10 Understand higher order components 00:06:27
- 7.11 Utilize propTypes 00:04:39
- 7.12 Utilize ref to access child components 00:02:13
- Lesson 8: React Performance
- 8.0 Learning objectives 00:00:16
- 8.1 Improve child rendering performance by setting keys 00:03:15
- 8.2 Implement performance optimizations with shouldComponentUpdate 00:04:29
- Summary
- ReactJS Fundamentals: Summary 00:00:25
9780134652412.ReactJS.Fundamentals.part1.OR.rar
9780134652412.ReactJS.Fundamentals.part2.OR.rar
9780134652412.ReactJS.Fundamentals.part3.OR.rar