Front-End Web Development: Using Angular 2, React and Backbone.js LiveLessons - Coding Dojo

Video description

Front-End Web Development with Angular 2, React, and Backbone.js LiveLessons div>

4+ Hours of Video Instruction div>

A practical, hands-on introduction to using three leading JavaScript frameworks -- Angular 2, React, and Backbone.js -- for modern, front-end web development.

Description

The course begins with coverage of JavaScript ES6/ ES2015, establishing an initial base. This base will expand to touch on some of the new pieces of ES6, and then takes a brief turn to generate a Node.js server. From there the video course moves on to detail how jQuery works to communicate with a server, and manipulate the DOM with those new data. div>

This subsequently leads us to using Backbone to gather data from a server, followed by React rendering of DOM elements. Culminating with Angular 2's strategy to integrate both server communication as well as dynamic rendering of content.

The goal of this course is to understand the strengths and weakness of each of these libraries, and how to integrate them into your projects to maximize end user experience and minimize problematic code.

The course will use example code projects and discussion to emphasize the strengths and weaknesses of these libraries and provide context for choosing to use any of these, or even other libraries that aren’t covered here, or have yet to be developed when developing a project.

Skill Level
  • Beginner
  • Intermediate
What You Will Learn:
div>
  • An understanding of ES2015/ES6 Fundamentals
  • To use Backbone to gather data from the server
  • How React renders DOM elements
  • Angular 2's strategy to integrate server communication and dynamic rendering of content
Who Should Take This Course
  • Web developers who want to quickly get up to speed with the fundamentals of the front-end web development with a leading JavaScript framework
Course Requirements div>
  • Basic understanding of JavaScript and web development
Contents at a Glance

PART I: ES2015/ES6 Fundamentals (Mike Hannon)

Lesson 1: Introducing ES2015 (ES6)

Lesson 2: Code Blocks, Var, Let and Const

Lesson 3: Arrow Functions

Lesson 4: Promises

Lesson 5: String Literals, Default Parameters, Spread Operators, Destructuring

Lesson 6: Transpilers

Lesson 7: Using Front-End Frameworks

PART II: Backbone.js (Todd Enders)

Lesson 1: What is Backbone.js?

Lesson 2: Interlude — Underscore.js and its Relation to Backbone.js

Lesson 3: Backbone.js Basics

Lesson 4: Models

Lesson 5: Collections and Working with APIs

Lesson 6: Views and Templates

Lesson 7: Events

Lesson 8: Routing

PART III: React (Charlie Mead)

Lesson 1: From State to UI

Lesson 2: Barebones React

Lesson 3: React Props

Lesson 4: Retooling (JSX, Babel & create-react-app)

Lesson 5: Component Architecture

Lesson 6: Bringing Back State

Lesson 7: Component Categories

Lesson 8: Component Lifecycle

PART IV: Angular 2 (Speros Misirlakis)

Lesson 1: Angular 2 Overview

Lesson 2: Big Picture

Lesson 3: TypeScript

Lesson 4: Building Blocks

Lesson 5: Build Process

Lesson 6: Review & Resources


About LiveLessons Video Training

LiveLessons 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.

Table of contents

  1. Introduction
    1. Front-End Web Development: Using Angular 2, React and Backbone.js LiveLessons - Coding Dojo: Introduction 00:01:17
  2. Module 1 ES2015 Fundamentals
    1. Module 1 ES2015 Fundamentals Introduction 00:02:49
  3. Lesson 1: Introducing ES2015
    1. 1.1 ES2015 Overview 00:03:35
    2. 1.2 Code Blocks, Var, Let and Const 00:05:04
    3. 1.3 Arrow Functions 00:02:51
    4. 1.4 Promises 00:06:54
    5. 1.5 String Literals, Default Parameters, Spread Operators, Destructuring 00:05:16
    6. 1.6 Transpilers 00:04:16
    7. 1.7 Using Front-­End Frameworks 00:01:36
    8. Using Front-­End Frameworks Summary 00:01:20
  4. Module 2 Backbone.js
    1. Module 2 Backbone.js Introduction 00:00:55
  5. Lesson 1: What is Backbone.js?
    1. 1.1 Understand What Backbone Is 00:02:55
    2. 1.2 Understand Backbone's Goals 00:00:51
  6. Lesson 2: Interlude – Underscore.js and its Relation to Backbone.js
    1. 2.1 Use Underscore at a High Level 00:01:25
    2. 2.2 Understand Why Underscore and Backbone Work Together 00:01:00
  7. Lesson 3: Backbone.js Basics
    1. 3.1 Understand the MV* pattern 00:01:41
    2. 3.2 Understand Backbone Classes 00:02:20
    3. 3.3 Understand Backbone Class Inheritance 00:02:01
  8. Lesson 4: Models
    1. 4.1 Understand Models and What They Represent 00:01:36
    2. 4.2 Build Custom Models 00:04:24
    3. 4.3 Use Models to Perform CRUD Operations via AJAX 00:03:19
  9. Lesson 5: Collections and Working with APIs
    1. 5.1 Understand Collections and How They Work with Models 00:01:05
    2. 5.2 Create and Manage a Collection 00:03:19
    3. 5.3 Use Collections to Perform CRUD Operations on Models via AJAX 00:03:22
  10. Lesson 6: Views and Templates
    1. 6.1 Understand Views, How They Represent a Model or Collection, and Their Scope 00:02:05
    2. 6.2 Build a Template and Render a View 00:08:34
    3. 6.3 Use Collection Views to Build Model Views 00:06:11
  11. Lesson 7: Events
    1. 7.1 Understand Backbone Events and Build Those Events to Mimic jQuery 00:05:46
    2. 7.2 Use Backbone Events to Handle User Interaction in Views 00:05:42
  12. Lesson 8: Routing
    1. 8.1 Understand How Backbone Routers Help Us Create SPAs 00:07:02
    2. Understand How Backbone Routers Help Us Create SPAs Summary 00:00:22
  13. Module 3 React
    1. Module 3 React Introduction 00:01:13
  14. Lesson 1: From State to UI
    1. 1.1 Build a state object 00:01:25
    2. 1.2 What is state? 00:00:48
    3. 1.3 How should we generate UI? 00:01:04
    4. 1.4 React doesn't do templates 00:00:40
    5. 1.5 React uses components 00:00:32
  15. Lesson 2: Barebones React
    1. 2.1 Dependencies 00:02:32
    2. 2.2 The React object 00:00:29
    3. 2.3 The ReactDOM object 00:00:23
    4. 2.4 Update the DOM 00:00:33
    5. 2.5 Hello World Demo 00:05:26
    6. 2.6 Nested Elements Demo 00:03:54
  16. Lesson 3: React Props
    1. 3.1 React props 00:01:10
    2. 3.2 Build a button 00:00:31
    3. 3.3 Button Click Demo 00:02:25
  17. Lesson 4: Retooling (JSX, Babel and create-react-app)
    1. 4.1 No more React.createElement() calls 00:01:09
    2. 4.2 Hooking up Babel 00:03:22
    3. 4.3 Webpack 00:02:05
    4. 4.4 Webpack Demo 00:07:03
  18. Lesson 5: Component Architecture
    1. 5.1 React components 00:00:48
    2. 5.2 Component creation 00:00:41
    3. 5.3 We'll use ES6 00:01:35
    4. 5.4 Every component class needs to render() UI 00:00:34
    5. 5.5 NavBar Demo 00:08:06
  19. Lesson 6: Bringing Back State
    1. 6.1 What should we track? 00:02:28
    2. 6.2 Update and re-render 00:02:27
    3. 6.3 Counter Demo 00:07:34
    4. 6.4 Todo Demo 00:38:35
  20. Lesson 7: Component Categories
    1. 7.1 Stateless components 00:00:59
    2. 7.2 Refactoring Demo 00:02:23
  21. Lesson 8: Component Lifecycle
    1. 8.1 A component's life 00:01:14
    2. 8.2 Reach out to a server 00:01:17
    3. 8.3 GitHub API Demo 00:07:43
    4. GitHub API Demo Summary 00:02:41
  22. Module 4 Angular 2
  23. Lesson 1: Angular 2 Overview
    1. 1.1 What is Angular and why does it matter? 00:05:52
  24. Lesson 2: Big Picture
    1. 2.1 Understanding the architecture of an Angular application 00:02:14
  25. Lesson 3: TypeScript
    1. 3.1 TypeScript Overview 00:01:37
    2. 3.2 TypeScript and JavaScript Comparison 00:01:35
  26. Lesson 4: Building Blocks
    1. 4.1 Directives 00:03:52
    2. 4.2 Data Flow 00:03:16
    3. 4.3 Providers 00:02:14
    4. 4.4 Components in Components 00:02:08
    5. 4.5 Providers in Components 00:01:09
  27. Lesson 5: Build Process
    1. 5.1 Small demonstration on how to get started on putting all the pieces together 00:21:40
    2. Small demonstration on how to get started on putting all the pieces together Summary 00:00:55
  28. Summary
    1. Front-End Web Development: Using Angular 2, React and Backbone.js LiveLessons - Coding Dojo: Summary 00:00:36

Product information

  • Title: Front-End Web Development: Using Angular 2, React and Backbone.js LiveLessons - Coding Dojo
  • Author(s): Coding Dojo
  • Release date: March 2017
  • Publisher(s): Pearson
  • ISBN: 0134669738