Course 2.3 · Curriculum 2026.1
Lightning Web Components: the parts that actually matter
Build components users can work in all day. Data access, composition, events, and the mobile pass that is not optional.
- Estimated effort
- 8 hr
- Lessons
- 63
- Modules
- 10
- Material
- 8 hr
Estimated effort is the sum of the lesson and lab times in this version of the course. It is not video runtime, which is lower.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.
1 lesson free to preview
This course does not issue a certificate on its own. It counts toward the paths listed below, and those do.
01What you will learn
8 capabilities, stated as things you can do
Each one is what you should be able to do at the end, not what the course covers. If an outcome is not testable, it is not an outcome.
- Build a component with the correct lifecycle hooks, and know why connectedCallback is not componentDidMount.
- Choose between a wire adapter, an imperative Apex call and the UI API for a given data need.
- Compose parent and child components, and pass data down and events up without a global bus.
- Handle errors so a failed callout shows the user something true.
- Make a component work on a phone, verified on a real device rather than in a resized window.
- Meet accessibility requirements: focus order, labels, and keyboard operation.
- Deploy a component to a record page, an app page and a Flow screen from one source.
- Debug a component from the browser, including a wire that never fires.
02Curriculum
10 modules, 63 lessons
Every lesson shows its length and its type. A SCORM lesson looks like any other lesson, which is the point of ingesting packages rather than linking out to them.
10 modules · 63 lessons · 8 hr of material
Template, class and metadata. Modern JavaScript on a rendering engine with rules, and the rules are the interesting part.
- VideoAnatomy of a component, and the three filesPreview9 min
- VideoReactivity, tracked state, and why your object did not re-render8 min
- VideoLifecycle hooks, in the order they fire8 min
- VideoconnectedCallback is not componentDidMount, and why that matters6 min
- VideoTemplates: iteration, conditionals, and slots8 min
- VideoPublic and private fields: @api versus a plain class property5 min
- LabLab: build and deploy your first component15 min
The declarative path in, with a cache most people do not know is there until it serves them stale data.
- VideoWire adapters, and the cache you did not know you had9 min
- VideoWiring an Apex method versus a standard adapter7 min
- VideorefreshApex, and when the cache actually needs busting6 min
- VideoThe wire that never fires, diagnosed6 min
- ReadingReading: wire adapter cache scope and when it resets5 min
- LabLab: build a wired list that stays current14 min
Two more ways in, each with a different failure mode. Choosing wrong is the usual cause of a slow record page.
- VideoImperative Apex, and when you need it8 min
- VideoThe UI API, record forms, and getting record data without Apex8 min
- Videolightning-record-edit-form versus a hand-built form6 min
- VideoChoosing between wire, imperative Apex and the UI API6 min
- VideoPromises and async/await inside a component method4 min
- VideoErrors: reducing them, showing them, and not swallowing them7 min
- LabLab: build a list component with server-side filtering15 min
Parent to child by property, and the API surface of a component that other people will reuse.
- VideoPublic properties, getters, and the API surface of a component8 min
- VideoSlots, and composing markup a parent controls6 min
- VideoDesign attributes, so an admin can configure without a deploy6 min
- VideoWhen a public property should be a getter instead4 min
- ReadingReading: composition patterns worth copying5 min
- LabLab: build a reusable child component with a typed API13 min
Child to parent by event, and everything else by a message channel that should stay a last resort.
- VideoCustom events, bubbling, and composed8 min
- VideoEvent payloads, and keeping them small on purpose6 min
- ReadingLightning Message Service, and why it is a last resort6 min
- VideoComponents in Flow screens and quick actions6 min
- VideoEvent listeners added and removed without leaking5 min
- LabLab: build a parent and two children that stay in sync14 min
The largest components in a real org run past three thousand lines. This module is the four tells that a component has to split, and how.
- VideoA 3,225-line datatable and a 3,002-line docket scheduler, read as case studies9 min
- VideoThe four tells that a component should have been two7 min
- VideoSplitting a display component from its data and state7 min
- VideoExtracting a JavaScript module that is not a component at all6 min
- ReadingReading: a component-size budget worth setting as policy4 min
- LabLab: split an overgrown component without changing its behaviour15 min
A caught error is not a handled one. The user needs to see something true, and the developer needs the rest.
- VideoReducing an Apex error into a message a user can act on7 min
- Videolightning-messages, toast events, and the inline error6 min
- VideoLogging the full error while showing the short one6 min
- VideoThe difference between a caught error and a handled one4 min
- ReadingReading: error surfaces that lie, and what they cost5 min
- LabLab: turn a swallowed error into a message a user trusts14 min
Focus order, labels and keyboard operation, tested the way a screen reader user actually experiences the component.
- VideoAccessibility: focus, labels, and keyboard operation8 min
- VideoARIA roles on a custom control, used sparingly and correctly6 min
- VideoColour is never the only signal, checked against a real component5 min
- VideoSkip links, landmark roles, and a component inside a modal5 min
- VideoTesting accessibility with a screen reader, not just an automated scan4 min
- LabLab: complete a component using only the keyboard13 min
Field users open Salesforce on a phone in a truck. If a component only works on a desktop it does not work, and a resized window does not prove otherwise.
- VideoMobile is a requirement, not a variantField users open Salesforce on a phone in a truck. If a component only works on a desktop it does not work.8 min
- VideoThe desktop table that does not render in the mobile app6 min
- VideoWhy a resized browser window is not a phone5 min
- VideoTouch targets, viewport quirks, and the mobile-safe layout5 min
- VideoSafe-area insets, and the mobile chrome that eats your layout4 min
- LabLab: verify a component on a real phone, not a simulator14 min
Rendering cost on a record page carrying eleven components, then the debugging skills and check that close the course.
- VideoPerformance: rendering cost, and the record page with eleven components8 min
- VideoDebugging from the browser, including the wire that never fired7 min
- VideoDeploying one source component to a record page, an app page and a Flow screen6 min
- ReadingReading: a component performance budget worth keeping5 min
- ReadingReading: a pre-ship checklist for a new component5 min
- LabLab: profile and fix a slow-rendering record page15 min
- QuizCheck: Lightning Web Components14 min
03Before you start
What you need first
Assumed knowledge and setup
- Course 2.1 for the Apex half. Component code calls Apex from lesson four onward.
- JavaScript fundamentals: functions, promises, modules. No framework experience assumed.
- A Developer Edition org, the CLI, and a phone you can log into for the mobile lab.
Courses that come first
- 2.1 · Apex fundamentals, and the governor limits that shape every design8 hr · Intermediate
Part of these paths
- Salesforce DeveloperShareCo Certified Developer
- The Full StackShareCo Certified Platform Engineer
04Who teaches it
Elliot Saha
Co-founder, Chief Technology Officer
Platform architecture, custom Apex and Lightning Web Components, AI systems, and the Academy platform itself.
05Reviews
No learner reviews yet
This course has not been taken by enough people to publish an honest rating, and we will not print invented quotes on a page that sells verification discipline. Here is what we can evidence instead.
- Assessment
- Lesson checks onlyThis course carries lesson checks. The certificate is issued by the path assessment, not by this course.
- Curriculum version
- 2026.1You enrol into a version. Content changes do not move you mid-course, and your required-lesson count is snapshotted at enrollment.
- Refunds
- 14 daysFull refund within 14 days if you have completed under a quarter of the required lessons. Stated here rather than in a footer.
Start 2.3
Enrol as an individual, or buy seats and assign this course to your team. Progress is reported per lesson, per module and per path.
- 8 hr estimated effort, labs included
- Lifetime access to the version you enrol in
- A ShareCo certificate is not a Salesforce certification