Khandagale-Saurabh / Salesforce

1 stars 0 forks source link

Visual Component #5

Open Khandagale-Saurabh opened 2 years ago

Khandagale-Saurabh commented 2 years ago
Item1 Item2 output: ![image](https://user-images.githubusercontent.com/59130610/170926414-3a6241d9-1c06-4480-988a-de649e90efa5.png) ![image](https://user-images.githubusercontent.com/59130610/170926567-46738630-a65b-41d0-90d1-4d85eec899f3.png) ![image](https://user-images.githubusercontent.com/59130610/170926728-39ce0503-989f-44e2-8c15-ee410e6ba42f.png) ![image](https://user-images.githubusercontent.com/59130610/171093078-0d878f1a-01ae-4c56-bc61-e9cf5ad4ab6a.png) ![image](https://user-images.githubusercontent.com/59130610/171097612-c85f70e1-22a1-4cd3-a48b-fd9ded42bb45.png)
Khandagale-Saurabh commented 1 year ago

image

Khandagale-Saurabh commented 1 year ago

image

Khandagale-Saurabh commented 1 year ago

.cmp in aura & .html in lwc

Why Choose LWC Over Aura? Modern JavaScript development: The Aura Components programming model supports ES5 syntax and ES6 Promises. But if we want to use ES6 or later for development then LWC comes in highlight for modern JavaScript development. lwc have: Classes Modules Promises Decorators Web Components Custom Elements Shadow DOM

Keys differences in Aura and LWC development Developer tooling : Unlike like Aura You cannot edit or develop LWC components in the Developer Console. You’ll need to use another integrated development environment (IDE), like Visual Studio Code (VS Code) because Salesforce has released an extension pack to make lwc development easier and faster.

Syntx image

Khandagale-Saurabh commented 1 year ago

if we want to work with HTML ,js we use vsf and vsf work on Model ,view, Contreoller