|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/lwc-tutorial-with-hands-on-project-development-in-salesforce/
课程评论:没有评论
课程名称:Salesforce中的LWC教程与实践项目开发 课程概述: 本课程专注于Salesforce Lightning Web Components(LWC)框架,旨在帮助开发人员构建Web应用程序的用户界面(UI)。LWC允许开发者创建动态且可重用的组件,易于集成到Salesforce应用中。课程内容涵盖了LWC的关键特性与概念,包括现代Web标准、组件化架构、反应性编程、事件处理、数据绑定,以及与Salesforce的Apex语言集成等。 课程针对希望学习使用LWC框架构建自定义UI的开发人员,尤其适合熟悉JavaScript和网页开发的初学者以及希望提高界面开发效率和可扩展性的Salesforce开发人员。课程包括实时项目示例,从基本概念到高级场景的逐步讲解,确保参与者掌握LWC的实际应用。 课程内容包括: 1. LWC框架的介绍及文件结构 2. 实时项目开发示例,包括完整源代码 3. 组件的生命周期与事件处理最佳实践 4. SLDS的介绍及多种资源 5. 从LWC调用Apex的方法 6. 组件间的事件通信 7. 使用Lightning数据服务获取Salesforce数据 8. LWC中的JavaScript属性 9. 使用Wire服务访问数据 10. 调试LWC的机制 完成本课程后,学员将能够: - 步骤性地设置和配置LWC - 在Visual Studio Code中创建项目并与Salesforce连接 - 创建和部署LWC组件 - 使用@wire装饰器获取和绑定数据 - 进行数据渲染和HTML模板的操作 - 实现表单验证和自定义事件 本课程为想要在Salesforce开发领域发展的新手提供了全面的指导,帮助他们在实际项目中有效运用LWC框架,提升开发技能。
Salesforce Lightning Web Components (LWC) is a framework provided by Salesforce for building user interfaces (UI) in web applications. It is designed to work within the Salesforce platform and allows developers to create dynamic, reusable components that can be easily integrated into Salesforce applications.Some important key features and concepts of Salesforce Lightning Web Components:-Web Standards: LWC is built on modern web standards, such as Web Components, JavaScript, and HTML. This makes it easier for developers familiar with these technologies to start building components.Component-Based Architecture: LWC promotes a component-based architecture, where UI elements are encapsulated within individual components. These components can be reused across different parts of an application or even in different applications.Reactivity: LWC supports reactive programming, meaning that components automatically update when data changes. This makes it easy to create interactive and responsive user interfaces.Event Handling: LWC provides a mechanism for handling events within components. Components can communicate with each other by firing and handling events.Data Binding: LWC supports two-way data binding, allowing data to flow between components and the underlying data model.Base Lightning Components: Salesforce provides a set of pre-built, reusable components called Base Lightning Components that developers can use to create their own components. These components adhere to Salesforce's design system, ensuring a consistent look and feel.Integration with Apex: LWC can interact with server-side logic using Salesforce's Apex programming language. This allows developers to perform server-side actions, such as querying the database or performing business logic.Lightweight and Fast: LWC aims to be lightweight and efficient, which contributes to faster page load times and improved user experience.Overview:-In this course I have covered complete syllabus of Salesforce Lightning Web Component framework with real-time project example step-by-step for beginner to advanced label. Where you will be learn advanced technical scenarios based on live demo projects example of LWC in Salesforce.This course is intended for developers who want to learn how to use the Lightning Web Components framework to build custom user interfaces on the Salesforce platform. It is suitable for developers who have experience with JavaScript and web development, and want to learn how to use the Lightning Web Components framework to build modern, reactive user interfaces that can be easily integrated into Salesforce. It is also suitable for experienced Salesforce developers who want to learn how to use the Lightning Web Components framework to build more efficient and scalable user interfaces.I have taken care of who are brand new to start Salesforce Career as a developer and want to grow their Career in Salesforce development.In this course we will learn about the following topics:-What is Lightning Web Component framework?LWC Folder and File StructureLive Project with complete source code built on LWCNested/Component compositionComponent life cycle and event best practicesIntroduction SLDS and various resourcesVarious to Invoke Apex from Lightning web componentHow to communicate between components using EventsUses of Navigation services in lightning web componentLightning Data Services and Base components to get salesforce data in Lightning web ComponentsUseful JavaScript Properties in lightning componentUse Wire services to access data in LWCMany more live scenario and step by step way to code the LWCMechanism to Debug your lightning web componentComplete access to source code for practiceways of accessing salesforce resources in LWCSet up development environment and CLI command to work with LWCLightning Web Component DevelopmentLWC and Aura interoperabilitySupported browsers, tools and experience for lightning web componentsWhat will you be able to do after taking this course?LWC Setup and Configuration Step by Step::LWC Setup Visual Studio Code for Lightning Web ComponentHow to create Project and Connect to VS Code to Salesforce?Lightning Web Component Bundle Creation and Deployment::How to create a LWC Component and Deploy to Salesforce?Display User Personal Information and Pass the JavaScript Attribute value into LWC Component.Decorators Variables in Lightning Web Component(LWC)::Decorators Variables in LWCHow to use "@wire " decorators in LWC?How to fetch all the related list of record in LWC?How to use "@wire" decorator in the Lighting Data Service?Data Binding and Styling CSS in Lightning Web Component(LWC)::Data Binding in Lightning Web ComponentHow to use "querySelector" to Select an element in LWC?How to use "querySelectorAll" to Select all elements in LWC?How to pass value from child to parent in LWC?How to Apply if-else condition in LWC?Data Rendering and HTML Template in LWC::How to show list of records using foreach loop using Imperatively Method in LWC?How to apply custom style CSS in LWC through JavaScript?How to display dynamic toast message in LWC?How to display Modal Popup in LWC?Insert/Update, Form Validation, and Custom Event in Lightning Web Component(LWC)::How to Insert a record and navigate to record detail page in LWC?How to Insert an Account record Using Apex Class in LWC?How to Create Dynamically Form Validation of required field in LWC?How to Create custom lightning spinner in LWC?How to Insert Edit/Update the records using data service in LWC?How to use custom event & dispatch event in LWC?