Introduction and Setup
  • Introduction
  • Create a Developer Org
  • Enable a Custom Domain
  • Deploy to Users
Hello World!
  • Create An Application
  • Create a Component
  • Delete Components and Applications
Deep Dive Components
  • Understand Single Page Applications
  • The Component Bundle
  • Add a Controller
  • Attributes
  • Pass an attribute value to a component
  • Value Providers
  • Add Styling to A Component
  • Add the Lightning Design System to our test application
Project: Todo App - Build Base Components
  • What we're going to build
  • Build a button using the SLDS
  • Build a Task Component
  • Build a Task Component adding a Title Attribute
  • Building a Task Container Component
  • Aura:Iteration
  • Build a Create New Task Button
  • Task Creation Container: Part 1 - Add an Input
  • Task Creation Container: Part 2 - Margin and Padding
Project: Todo App - Building with Components
  • Create the Application and Container Component
  • Assemble the Components
  • Refactoring
Project: Todo App - Adding Functionality
  • Creating New Tasks
  • Deleting Tasks Part 1
  • Deleting Tasks Part 2 - Firing Events
  • Deleting Tasks Part 3 - Handlers
Refactoring
  • Create a Task Refactor
  • Course Repo