Zero to Hero in Lightning Web Components
Zero to Hero in Lightning Web Components, available at $99.99, has an average rating of 4.57, with 222 lectures, based on 8158 reviews, and has 38942 subscribers.
You will learn about HTML and CSS required for LWC JavaScript required for LWC What are Lightning Web Components? Benefits of Lightning Web Components over Aura Fundamentals of LWC with real time examples How to Build reusable Lightning Web Components Integration of LWC with APEX Navigation Service Lightning Messaging Service Reusability of Components Charts and Maps in LWC CSV and PDF Generation in LWC Memory Game in LWC Styling technique in LWC Many Real time features and Projects LWC OSS with HEROKU LWC Builder Quick Actions in lwc This course is ideal for individuals who are Salesforce Professionals or UI and UX developers or Looking for a job change in Salesforce or Salesforce Admin who wants to get into Salesforce Development It is particularly useful for Salesforce Professionals or UI and UX developers or Looking for a job change in Salesforce or Salesforce Admin who wants to get into Salesforce Development.
Enroll now: Zero to Hero in Lightning Web Components
Summary
Title: Zero to Hero in Lightning Web Components
Price: $99.99
Average Rating: 4.57
Number of Lectures: 222
Number of Published Lectures: 205
Number of Curriculum Items: 222
Number of Published Curriculum Objects: 205
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- HTML and CSS required for LWC
- JavaScript required for LWC
- What are Lightning Web Components?
- Benefits of Lightning Web Components over Aura
- Fundamentals of LWC with real time examples
- How to Build reusable Lightning Web Components
- Integration of LWC with APEX
- Navigation Service
- Lightning Messaging Service
- Reusability of Components
- Charts and Maps in LWC
- CSV and PDF Generation in LWC
- Memory Game in LWC
- Styling technique in LWC
- Many Real time features and Projects
- LWC OSS with HEROKU
- LWC Builder
- Quick Actions in lwc
Who Should Attend
- Salesforce Professionals
- UI and UX developers
- Looking for a job change in Salesforce
- Salesforce Admin who wants to get into Salesforce Development
Target Audiences
- Salesforce Professionals
- UI and UX developers
- Looking for a job change in Salesforce
- Salesforce Admin who wants to get into Salesforce Development
Lightning Web Component framework is a new programming model to develop Salesforce Lightning Components.
The easiest way to learn modern web design, HTML5 and CSS3 step-by-step from scratch. Design AND code a huge project.
In this course, we will learn about the following topics:
-
Fundamentals of HTML and CSS
-
Tools for Lightning Web Component Development
-
JavaScript is Required to master the LWC
-
Setup of Vscode, Salesforce DX, Dev HUB, Scratch Org
-
What are Lightning Web Components?
-
Benefits of Lightning Web Components
-
Data Binding and Properties
-
Getter and setter
-
Components Communication
-
Lifecycle hooks
-
PubSub module
-
Lightning Messaging Service
-
Rendering components conditionally
-
Template looping
-
Lightning Data Services and Base components to get Salesforce data in Lightning web Components
-
Navigation Service
-
Apex connection
-
Wire service
-
Reusability of Components
-
Styling technique in LWC
-
PDF Generation in LWC
-
Charts in LWC
-
Maps in LWC
-
CSV generation in LWC
-
Memory Game in LWC
-
Many Real-time features and Projects
-
All latest features added.
-
Spring 22 changes
-
Summer 22 changes – lightningAlert, lightningPrompt, lightningConfirm
The course will mainly focus on Lightning Web Component development. We will take real-time problem statements and examples to learn about each and every topic.
If you are new to any web development framework, please do not worry as the course will start from very basic (ground 0) to help you understand how can you start coding web components.
If you are already an expert in Web Development frameworks, then this course will definitely be a major plus to your skills as it primarily focuses on learning modern web standards, building ECMAScript modules and developing UI components.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Course Outline
Lecture 3: Fundamentals of Web Technology
Lecture 4: Tools for Web Development
Chapter 2: HTML & CSS
Lecture 1: Basics of HTML
Lecture 2: Basics of CSS
Chapter 3: JavaScript for LWC
Lecture 1: JavaScript Learning Path
Lecture 2: Variables
Lecture 3: Fixing Typo in Variables
Lecture 4: Data Types
Lecture 5: null vs undefined
Lecture 6: Spread Operator
Lecture 7: Destructuring
Lecture 8: String interpolation
Lecture 9: String Methods
Lecture 10: Object/JSON Operations
Lecture 11: Array Methods
Lecture 12: Promise
Lecture 13: Modules import and export
Lecture 14: QuerySelector
Lecture 15: Events
Lecture 16: Arrow Function
Lecture 17: setTimeout vs setInterval
Chapter 4: Lightning Web Component and Setup
Lecture 1: Intro to Lightning Web Components
Lecture 2: Setting Up Developer org
Lecture 3: Setting Up Salesforce DX Environment
Lecture 4: Setting Up My Domain and Dev Hub
Lecture 5: Setting up Project and Scratch Org
Chapter 5: Fundamentals of LWC
Lecture 1: List of Common SFDX Commands
Lecture 2: Create Your First Component in LWC
Lecture 3: Component Folder Structure
Lecture 4: Different Naming Conventions Available in LWC
Lecture 5: App Creation and Component Deployment
Lecture 6: Local Properties and Data Binding
Lecture 7: Methods And Two way Data Binding
Lecture 8: @track properties
Lecture 9: Getters in LWC
Lecture 10: Conditional Rendering
Lecture 11: Improved Conditional Rendering
Lecture 12: Template Looping
Lecture 13: Iterator Loop fix
Chapter 6: First Project – Quiz App
Lecture 1: QUIZ APP
Chapter 7: Composition and Query Selectors
Lecture 1: Component Composition
Lecture 2: Shadow DOM
Lecture 3: Accessing Elements in the Component
Chapter 8: Styling in LWC
Lecture 1: Inline and External CSS
Lecture 2: Lightning Design System
Lecture 3: SLDS design token
Lecture 4: Shared CSS
Lecture 5: Dynamic CSS
Lecture 6: Styling across shadow DOM
Chapter 9: Component Lifecycle Hooks
Lecture 1: Introduction to lifecycle Hooks
Lecture 2: Lifecycle Hooks in Mounting Phase
Lecture 3: Lifecycle Hooks in Unmounting Phase
Lecture 4: Lifecycle Hooks in Error Phase
Lecture 5: Render Method
Chapter 10: Components Communication
Lecture 1: Intro to Components Communication
Lecture 2: Parent to Child Communication Approaches
Lecture 3: Parent To Child Communication using primitive Data type
Lecture 4: Parent To Child Communication using non-primitive Data type
Lecture 5: Parent To Child Communication on action at parent component
Lecture 6: Calling Child Method from Parent component
Lecture 7: Child to Parent Communication Approaches
Lecture 8: Child to Parent Communication Using Simple Event
Lecture 9: Child to Parent Communication Using Event with Data
Lecture 10: Child to Parent Communication Using Event Bubbling
Lecture 11: Pubsub Module
Chapter 11: Setter, Slots and CSS behaviour in parent child component
Lecture 1: Setter Method
Lecture 2: Passing Markup Using Slots
Lecture 3: CSS behaviour in parent child component
Chapter 12: Building Reusable Component
Lecture 1: Building Reusable Component
Chapter 13: Aura Coexistence
Lecture 1: Aura Coexistence
Chapter 14: Communication between Visualforce pages, Aura components, and LWC
Lecture 1: Lightning Messaging Service
Lecture 2: LWC to LWC Communication using LMS
Lecture 3: LWC TO AURA Communication using LMS
Lecture 4: LWC, AURA and VisualForce Page Communication using LMS
Chapter 15: Salesforce Resources, Component Context and Notification
Lecture 1: Introduction
Lecture 2: Images from Static Resources
Lecture 3: Third Party JavaScript Libraries in LWC
Lecture 4: Using Third Party CSS Library
Lecture 5: Content Asset Files
Lecture 6: Internationalization
Lecture 7: Access Labels
Lecture 8: Check Permissions
Lecture 9: Access Client Form Factor
Instructors
-
Salesforce troop
JavaScript and LWC Specialist, Speaker, Blogger, Author
Rating Distribution
- 1 stars: 64 votes
- 2 stars: 91 votes
- 3 stars: 564 votes
- 4 stars: 2740 votes
- 5 stars: 4698 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple