Visualforce versus LWC for new custom development in 2024. What should you pick?

Visualforce versus LWC

Custom development in Salesforce can be approached through two primary frameworks: Visualforce and Lightning Web Components (LWC). Each framework has its design philosophy, strengths, and use cases, affecting how developers choose between them for specific projects. This analysis will delve into the architectural differences, performance considerations, developer experience, and use case applicability between Visualforce and … Read more

What is Salesforce Lightning?

Salesforce Lightning

There is some confusion for folks new to Salesforce about what Lightning actually is. Quite simply, it’s many things. Lightning is a family of technologies for the Salesforce Platform. Here are a couple of the big ones: Lightning Experience — The new UI for SalesForce. Lightning Design System — A CSS framework and component library for building … Read more

Getting Started with Salesforce Lightning Web Components (LWC)

Salesforce LWC

Salesforce Lightning Web Components (LWC) is a modern UI framework for developing web applications on the Salesforce platform. In this tutorial, we’ll walk you through the process of creating your first Salesforce LWC component. This tutorial assumes you are new to Salesforce development but have some basic knowledge of web development technologies like HTML, JavaScript, … Read more