Lightning Components
The Future
​ Skip Sauls
​ Director of Product Management
​ ssauls@salesforce.com
​ @SkipSauls
​ 
​ Doug Chasman
​ Distinguished Engineer, Force.com Architect
​ dchasman@salesforce.com
​ @dougchasman
​ 
​ Safe harbor statement under the Private Securities Litigation Reform Act of 1995:
​ This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties
materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed
or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-
looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any
statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new,
planned, or upgraded services or technology developments and customer contracts or use of our services.
​ The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new
functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our
operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any
litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our
relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our
service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger
enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our
annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter.
These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section
of our Web site.
​ Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available
and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features
that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
Safe Harbor
•  Dreamforce 2014 Recap
•  Themes
•  Performance
•  Security
•  Developer Productivity
•  Tools
•  Q&A
Agenda
Lightning Components – The Future
Dreamforce 2014 Recap
Lightning Components – The Future
✓
✓
✓
✓
✓
​ Metrics Service
•  No more Jiffy marks
​ Compiled FCVs
•  {!v.one + v.two} -> cmp.get(“v.one”) + cmp.get(“v.two”);
​ Unbound Expressions
•  {#v.value}
​ Component Classes
•  ltng$myComponent()
​ Action Caching
•  Replayable actions without server trips
Performance– Aura Framework
Lightning Components – The Future
​ Access Checks
•  Anything meant to be accessed by others should be marked as access=“GLOBAL”
•  Components, Apps, Attributes, Interfaces, and Events
•  Warnings in 198/Winter ‘16 when debug is enabled (post-Dreamforce patch)
•  Targeting errors in 200/Spring ’16
•  Essential for anything that is to be consumed by other users, tools, or apps
•  Components published to the AppExchange for Components (.design files are not enough!)
•  Components used within other namespaces
•  Components used in Visualforce
•  Components used in Lightning Out
•  Design for access=“GLOBAL” today and save yourself the trouble tomorrow!
Security – Aura Framework
Lightning Components – The Future
Usability – Lightning Data Service
Lightning Components – The Future
​ Opportunity List ​ Opportunity Record
+ hover on related Account
​ Account Record
•  Load a record with <force:record/>

•  Specify layout and/or fields
•  Incrementally loads records
•  Consolidates API calls
•  No Apex or SOQL
Usability – Lightning Data Service
Lightning Components – The Future
​ <aura:component>
​  <aura:attribute name="recordId" type="String"/>
​  <aura:attribute name="record" type="Object"/>
​  <force:record 

recordId="{!v.recordId}"

targetRecord="{!v.record}"

layout="COMPACT"

fields="custom__c"/>
​ </aura:component>
•  Performance boost from client cache
•  Data available offline
•  Data consistency across components
•  Automatic record refresh from server
•  Automatic notification when records change
•  Components can be entity-agnostic
Usability – Lightning Data Service
Lightning Components – The Future
​ <aura:component>
​  <aura:attribute name="recordId" type="String"/>
​  <aura:attribute name="record" type="Object"/>
​  <force:record 

recordId="{!v.recordId}"

targetRecord="{!v.record}"
layout="COMPACT"

fields="custom__c"/>
​ </aura:component>
Usability – Lightning Data Service
Lightning Components – The Future
0
200
400
600
800
1000
1200
1400
1600
Opportunities Accounts Users
•  Aura method for advanced loading: load()
•  Aura methods for save() and delete()
•  Securely save as draft when offline
•  Friday 12:15pm at Innovation Theatre.
Lightning Data Service: Eliminate Your Need to
Load Records Through Controllers
Usability – Lightning Data Service
Lightning Components – The Future
​ <aura:component>
​  <aura:attribute name="recordId" type="String"/>
​  <aura:attribute name="record" type="Object"/>
​  <force:record aura:id="record"
recordId="{!v.recordId}"

targetRecord="{!v.record}"

layout="COMPACT"

fields="custom__c"/>
​ </aura:component>
​ ({
​  saveOrDelete: function(cmp) {
​  cmp.find("record").save();
​  }
​ })
Developer Productivity – Components
Lightning Components – The Future
Chevrons
Tabs
Activity Timeline
Related List
Highlights
Tree
Chatter Feed
Grid
Tools – Lightning Component Inspector
Lightning Components – The Future
Chrome DevTools Extension http://sfdc.co/inspector
Early Access Docs http://git.io/ltng-insp-doc
Lightning Components – The Future
​ Tools – Cloud9 for Salesforce Developers
​  A full-featured cloud IDE:
•  zero setup – connect and start working
•  runs in a private Ubuntu Linux workspace
dedicated to you
​  First-class Lightning developer tools:
•  code synchronized between SFDC and Cloud9
•  autocomplete: tags, expressions, references, JS
•  snippets, code outline, quick-jump
•  built-in documentation
•  live preview
​  Friday 3:00pm at Innovation Theatre. Intro
to Cloud9: Salesforce Web-Based IDE
​  Toolchain:
•  Run Sass, LessCSS, Ant, Maven from your
workspace terminal
​  Collaborate:
•  Live coding with multiple cursors
​  Complete Salesforce workflow:
•  Lightning
•  Apex
•  Visualforce
•  Other metadata types
Lightning Components – The Future
​ Tools – Cloud9 for Salesforce Developers
http://get.c9.io
Q&A
Thank you

More Related Content

PPTX
Lightning Components and App Builder for admins
PPTX
Best Practices for Lightning Apps
PPTX
Lightning Components Introduction
PDF
Secure Salesforce: Lightning Components Best Practices
PPTX
Lightning components performance best practices
PPTX
Salesforce Lightning Experience Overview by Brainiate
PPTX
Introduction to the Wave Platform API
PDF
Easy REST Integrations with Lightning Components and Salesforce1
Lightning Components and App Builder for admins
Best Practices for Lightning Apps
Lightning Components Introduction
Secure Salesforce: Lightning Components Best Practices
Lightning components performance best practices
Salesforce Lightning Experience Overview by Brainiate
Introduction to the Wave Platform API
Easy REST Integrations with Lightning Components and Salesforce1

What's hot (20)

PPTX
Lightning Component - Components, Actions and Events
PPTX
Building apps faster with lightning and winter '17
PPTX
Coding in the App Cloud
PDF
Salesforce Lightning Components and App Builder EMEA World Tour 2015
PDF
Lightning Design System and Components for Visualforce Developers
PPTX
Force.com Friday - Intro to Visualforce
PPTX
Salesforce Lightning component framework from 0 to app
PDF
Lightning Components - Advanced Features
PPTX
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
PPTX
Salesforce Lightning workshop
PPTX
sf tools from community
PPTX
Build Next-gen Apps Faster with Lightning Components
PDF
Salesforce.com API Series: Service Cloud Console Deep Dive
PPTX
Build Apps Visually with Lightning App Builder
PPTX
Force.com Friday - Intro to Force.com
PPTX
Building a Single Page App with Lightning Components
PPTX
Coding Apps in the Cloud with Force.com - Part 2
PPTX
Introduction to lightning out df16
PDF
Lightning Components Explained
PPTX
Secure Development on the Salesforce Platform - Part 2
Lightning Component - Components, Actions and Events
Building apps faster with lightning and winter '17
Coding in the App Cloud
Salesforce Lightning Components and App Builder EMEA World Tour 2015
Lightning Design System and Components for Visualforce Developers
Force.com Friday - Intro to Visualforce
Salesforce Lightning component framework from 0 to app
Lightning Components - Advanced Features
Aura Framework and Lightning (Nikolay Zenko and Alexey Filippov)
Salesforce Lightning workshop
sf tools from community
Build Next-gen Apps Faster with Lightning Components
Salesforce.com API Series: Service Cloud Console Deep Dive
Build Apps Visually with Lightning App Builder
Force.com Friday - Intro to Force.com
Building a Single Page App with Lightning Components
Coding Apps in the Cloud with Force.com - Part 2
Introduction to lightning out df16
Lightning Components Explained
Secure Development on the Salesforce Platform - Part 2
Ad

Similar to Lightning Components: The Future (20)

PPTX
Building Apps Faster with Lightning and Winter '17
PPTX
Go Faster with Lightning - Overview
PPTX
Lightning Updates: Summer, Winter & Beyond
PDF
Advanced Lightning Components
PPTX
Build Faster with Base Lightning Components
PPTX
Build lightning components with salesforce dx
PDF
Lightning breakout mun world tour 2015 sfsans
PPTX
Lightning Component Framework from 0 to App
PPTX
Lightning Developer Week - Bangalore Salesforce Developer Group
PDF
Lightning web components episode 2- work with salesforce data
PPTX
Salesforce Lightning Component Framework Roadmap (TDX18)
PPTX
Dreamforce Developer Recap
PPTX
Intro to Lightning Components - Dreamforce 2016
PPTX
Suisse Romande SF DG - Lightning workshop
PPTX
Roadmap Lightning Updates (November 3, 2016)
PPTX
Salesforce lightning design -components for CRM
PDF
Summer '18 Developer Highlights
PPTX
Salesforce Lightning workshop Hartford - 12 March
PPTX
#Df17 Recap Series Build Apps Faster with the Salesforce Platform
PDF
ISV Lightning Webinar Series - Part 2 (December 8, 2015)
Building Apps Faster with Lightning and Winter '17
Go Faster with Lightning - Overview
Lightning Updates: Summer, Winter & Beyond
Advanced Lightning Components
Build Faster with Base Lightning Components
Build lightning components with salesforce dx
Lightning breakout mun world tour 2015 sfsans
Lightning Component Framework from 0 to App
Lightning Developer Week - Bangalore Salesforce Developer Group
Lightning web components episode 2- work with salesforce data
Salesforce Lightning Component Framework Roadmap (TDX18)
Dreamforce Developer Recap
Intro to Lightning Components - Dreamforce 2016
Suisse Romande SF DG - Lightning workshop
Roadmap Lightning Updates (November 3, 2016)
Salesforce lightning design -components for CRM
Summer '18 Developer Highlights
Salesforce Lightning workshop Hartford - 12 March
#Df17 Recap Series Build Apps Faster with the Salesforce Platform
ISV Lightning Webinar Series - Part 2 (December 8, 2015)
Ad

More from Salesforce Developers (20)

PDF
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
PDF
Maximizing Salesforce Lightning Experience and Lightning Component Performance
PDF
Local development with Open Source Base Components
PPTX
TrailheaDX India : Developer Highlights
PDF
Why developers shouldn’t miss TrailheaDX India
PPTX
CodeLive: Build Lightning Web Components faster with Local Development
PPTX
CodeLive: Converting Aura Components to Lightning Web Components
PPTX
Enterprise-grade UI with open source Lightning Web Components
PPTX
TrailheaDX and Summer '19: Developer Highlights
PDF
Live coding with LWC
PDF
Lightning web components - Episode 4 : Security and Testing
PDF
LWC Episode 3- Component Communication and Aura Interoperability
PDF
Lightning web components - Episode 1 - An Introduction
PDF
Migrating CPQ to Advanced Calculator and JSQCP
PDF
Scale with Large Data Volumes and Big Objects in Salesforce
PDF
Replicate Salesforce Data in Real Time with Change Data Capture
PDF
Modern Development with Salesforce DX
PDF
Get Into Lightning Flow Development
PDF
Integrate CMS Content Into Lightning Communities with CMS Connect
PDF
Introduction to MuleSoft
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Local development with Open Source Base Components
TrailheaDX India : Developer Highlights
Why developers shouldn’t miss TrailheaDX India
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Converting Aura Components to Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
TrailheaDX and Summer '19: Developer Highlights
Live coding with LWC
Lightning web components - Episode 4 : Security and Testing
LWC Episode 3- Component Communication and Aura Interoperability
Lightning web components - Episode 1 - An Introduction
Migrating CPQ to Advanced Calculator and JSQCP
Scale with Large Data Volumes and Big Objects in Salesforce
Replicate Salesforce Data in Real Time with Change Data Capture
Modern Development with Salesforce DX
Get Into Lightning Flow Development
Integrate CMS Content Into Lightning Communities with CMS Connect
Introduction to MuleSoft

Recently uploaded (20)

PDF
giants, standing on the shoulders of - by Daniel Stenberg
PPTX
future_of_ai_comprehensive_20250822032121.pptx
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PDF
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
PDF
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
PDF
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
PPTX
Internet of Everything -Basic concepts details
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PPTX
Microsoft User Copilot Training Slide Deck
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
PDF
SaaS reusability assessment using machine learning techniques
PDF
Early detection and classification of bone marrow changes in lumbar vertebrae...
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PPTX
SGT Report The Beast Plan and Cyberphysical Systems of Control
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
giants, standing on the shoulders of - by Daniel Stenberg
future_of_ai_comprehensive_20250822032121.pptx
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
Internet of Everything -Basic concepts details
Enhancing plagiarism detection using data pre-processing and machine learning...
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
Microsoft User Copilot Training Slide Deck
Module 1 Introduction to Web Programming .pptx
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
Convolutional neural network based encoder-decoder for efficient real-time ob...
SaaS reusability assessment using machine learning techniques
Early detection and classification of bone marrow changes in lumbar vertebrae...
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
SGT Report The Beast Plan and Cyberphysical Systems of Control
Basics of Cloud Computing - Cloud Ecosystem
MuleSoft-Compete-Deck for midddleware integrations
Lung cancer patients survival prediction using outlier detection and optimize...

Lightning Components: The Future

  • 1. Lightning Components The Future ​ Skip Sauls ​ Director of Product Management ​ [email protected] ​ @SkipSauls ​  ​ Doug Chasman ​ Distinguished Engineer, Force.com Architect ​ [email protected] ​ @dougchasman ​ 
  • 2. ​ Safe harbor statement under the Private Securities Litigation Reform Act of 1995: ​ This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward- looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. ​ The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site. ​ Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements. Safe Harbor
  • 3. •  Dreamforce 2014 Recap •  Themes •  Performance •  Security •  Developer Productivity •  Tools •  Q&A Agenda Lightning Components – The Future
  • 4. Dreamforce 2014 Recap Lightning Components – The Future ✓ ✓ ✓ ✓ ✓
  • 5. ​ Metrics Service •  No more Jiffy marks ​ Compiled FCVs •  {!v.one + v.two} -> cmp.get(“v.one”) + cmp.get(“v.two”); ​ Unbound Expressions •  {#v.value} ​ Component Classes •  ltng$myComponent() ​ Action Caching •  Replayable actions without server trips Performance– Aura Framework Lightning Components – The Future
  • 6. ​ Access Checks •  Anything meant to be accessed by others should be marked as access=“GLOBAL” •  Components, Apps, Attributes, Interfaces, and Events •  Warnings in 198/Winter ‘16 when debug is enabled (post-Dreamforce patch) •  Targeting errors in 200/Spring ’16 •  Essential for anything that is to be consumed by other users, tools, or apps •  Components published to the AppExchange for Components (.design files are not enough!) •  Components used within other namespaces •  Components used in Visualforce •  Components used in Lightning Out •  Design for access=“GLOBAL” today and save yourself the trouble tomorrow! Security – Aura Framework Lightning Components – The Future
  • 7. Usability – Lightning Data Service Lightning Components – The Future ​ Opportunity List ​ Opportunity Record + hover on related Account ​ Account Record
  • 8. •  Load a record with <force:record/>
 •  Specify layout and/or fields •  Incrementally loads records •  Consolidates API calls •  No Apex or SOQL Usability – Lightning Data Service Lightning Components – The Future ​ <aura:component> ​  <aura:attribute name="recordId" type="String"/> ​  <aura:attribute name="record" type="Object"/> ​  <force:record 
 recordId="{!v.recordId}"
 targetRecord="{!v.record}"
 layout="COMPACT"
 fields="custom__c"/> ​ </aura:component>
  • 9. •  Performance boost from client cache •  Data available offline •  Data consistency across components •  Automatic record refresh from server •  Automatic notification when records change •  Components can be entity-agnostic Usability – Lightning Data Service Lightning Components – The Future ​ <aura:component> ​  <aura:attribute name="recordId" type="String"/> ​  <aura:attribute name="record" type="Object"/> ​  <force:record 
 recordId="{!v.recordId}"
 targetRecord="{!v.record}" layout="COMPACT"
 fields="custom__c"/> ​ </aura:component>
  • 10. Usability – Lightning Data Service Lightning Components – The Future 0 200 400 600 800 1000 1200 1400 1600 Opportunities Accounts Users
  • 11. •  Aura method for advanced loading: load() •  Aura methods for save() and delete() •  Securely save as draft when offline •  Friday 12:15pm at Innovation Theatre. Lightning Data Service: Eliminate Your Need to Load Records Through Controllers Usability – Lightning Data Service Lightning Components – The Future ​ <aura:component> ​  <aura:attribute name="recordId" type="String"/> ​  <aura:attribute name="record" type="Object"/> ​  <force:record aura:id="record" recordId="{!v.recordId}"
 targetRecord="{!v.record}"
 layout="COMPACT"
 fields="custom__c"/> ​ </aura:component> ​ ({ ​  saveOrDelete: function(cmp) { ​  cmp.find("record").save(); ​  } ​ })
  • 12. Developer Productivity – Components Lightning Components – The Future Chevrons Tabs Activity Timeline Related List Highlights Tree Chatter Feed Grid
  • 13. Tools – Lightning Component Inspector Lightning Components – The Future Chrome DevTools Extension http://sfdc.co/inspector Early Access Docs http://git.io/ltng-insp-doc
  • 14. Lightning Components – The Future ​ Tools – Cloud9 for Salesforce Developers
  • 15. ​  A full-featured cloud IDE: •  zero setup – connect and start working •  runs in a private Ubuntu Linux workspace dedicated to you ​  First-class Lightning developer tools: •  code synchronized between SFDC and Cloud9 •  autocomplete: tags, expressions, references, JS •  snippets, code outline, quick-jump •  built-in documentation •  live preview ​  Friday 3:00pm at Innovation Theatre. Intro to Cloud9: Salesforce Web-Based IDE ​  Toolchain: •  Run Sass, LessCSS, Ant, Maven from your workspace terminal ​  Collaborate: •  Live coding with multiple cursors ​  Complete Salesforce workflow: •  Lightning •  Apex •  Visualforce •  Other metadata types Lightning Components – The Future ​ Tools – Cloud9 for Salesforce Developers http://get.c9.io
  • 16. Q&A