5 Lightning Tips for Visualforce Developers
#1 Know the basics: To start with anything you need some background information. So for starting development in lightning you need to go through below resources: Trailhead Lightning Components Basics This module will help you in getting started with lightning app development. Trailhead Lightning Design System This module will help you in getting started in responsive UI. #2 Know Javascript well: Lightning development is based on event driven architecture in javascript. You should know javascript well to develop good apps in lightning. Below resource will help you to establish understanding of javascript: Javascript Tutorial Through this tutorial you can get well versed with javascript. #3 Understand event flows in aura framework: As we all know lightning is based upon aura framework which is opensource which follo...