Book Image

Learning Salesforce Lightning Application Development

By : Mohit Shrivatsava
Book Image

Learning Salesforce Lightning Application Development

By: Mohit Shrivatsava

Overview of this book

Built on the Salesforce App Cloud, the new Salesforce Lightning Experience combines three major components: Lightning Design System, Lightning App Builder, and Lightning Components, to provide an enhanced user experience. This book will enable you to quickly create modern, enterprise apps with Lightning Component Framework. You will start by building simple Lightning Components and understanding the Lightning Components architecture. The chapters cover the basics of Lightning Component Framework semantics and syntax, the security features provided by Locker Service, and use of third-party libraries inside Lightning Components. The later chapters focus on debugging, performance tuning, testing using Lightning Testing Services, and how to publish Lightning Components on Salesforce AppExchange.
Table of Contents (22 chapters)
Title Page
PacktPub.com
Foreword
Contributors
Preface
Index

Lightning Components in Community Cloud


Salesforce Community Cloud provides the ability to quickly build a portal and communities for employees, partners, and customers. The Community Cloud provides the ability for Salesforce contacts to log into communities as an authenticated user. The chatter components and the chatter experience is baked into the communities. Chatter allows you to collaborate using @mentions, providing the ability to create groups and private messages and to share content and files. The Community Cloud platform comes with a Community Builder that allows you to create a page that can be comprised of one or more standard and custom components.

When you create communities, you can choose from predefined templates and customize the layout, theme, and branding, or you can even build your own template, using custom components and some defined interfaces. In this section, we will briefly cover how you can build your own templates, themes, navigation, and add custom components...