Month: 5 years ago

Development

Github Profile Search Web App Using LWC

Hey There! We gonna build Github Profile Search Web App using Lightning web components with Github API. follow the steps, Let’s begin 🙂 STEP 1:  Create your Github Profile Search App Follow The CLI steps to setup your app.Note : you must have Node.js installed, with at least npm 5.2+.npx lwc-create-app you-app-name cd your-app-name npm run watch […]

Kumaresan 
Lightning Components Tutorial
Development

Why Lightning Component?

The Lightning Component framework is a Salesforce UI framework to develop salesforce apps. It’s a Salesforce-based modern UI framework for building single-page applications(SPA) with dynamic, Browser and device compatible for Lightning Platform apps. It uses JavaScript on the client-side and Apex on the server-side. Why we are using Lightning Component ? Avoid server calls Lazy […]

Kumaresan 
Lightning Components Tutorial
Development

Prerequisites To Start Lightning Components

This lightning component tutorial is only for salesforce UI developers, Here we gonna discuss step by step process to kick start your Lightning Component development. This tutorial will boost you to the next level of setup and coding in lightning component development. Prerequisites : Lightning Component development you must have some knowledge in following UI […]

Kumaresan