Today, lets learn.. how to create, update, retrieve and delete a lightning web component(lwc) from an sfdx project using command line interface (CLI). So, lets start from scratch.. Go to a fresh / New folder in your desktop.. and execute the below command. It creates an empty sfdx project container with name dreamhouse, now point …
Read MoreTag: lightning web components
Part-5 Modern JavaScript in lwc
ECMAScript 2016 has introduced a new keyword ‘class’ in client side controller..in an attempt to make JavaScript at least appear to work like a class-based language.. Visualforce is a tag based markup language and with a controller. Whenever we click a button, usually some kind of method will be executed in apex and return the …
Read More