Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.18 KB

index.markdown

File metadata and controls

32 lines (17 loc) · 1.18 KB
layout
default_home

#Salesforce Lightning Component Newbie Notes#

Like a lot of you, I recently started down the path of learning Lightning Components. These are my notes and code snippets based on a series of questions I asked as I went through the docs and tutorials. I hope you find them useful.

Questions or comments? Find me on Twitter: @Henry4sfdc.

Something you'd like to add or change, or spellinig you'd like to correct? lightning-newbie is on Github.

##Topics##

Note that later topics assume you have completed earlier sections. Subtopics available on the right.

Basics - Getting started.

Hello Salesforce1 - Get your app on your phone.

Attributes - Start working with data.

Javascript Basics - Starting working with code.

Apex Integration - Integrate with the rest of your org.

Events - Communicate within and between components.

Notes - Some notes that don't fit well anyplace else.

##Get Started: Lightning Component Basics##