Amazing video… the best video to start learning Lwc. Kapil Batra you are the best… you are taking the session beautifully, increasing the speed gradually…wow
@apexhours Жыл бұрын
It's my pleasure
@sherba-ig Жыл бұрын
Thanks a million, Kapil Batra for these videos!
@apexhours Жыл бұрын
Keep watching
@pankajtripathi93645 ай бұрын
very good teaching style sir given a step by step solution
@lakhandubey403211 ай бұрын
Batra Sir - Great job, I liked your pace and the way you teach! Please keep up the good work!
@apexhours10 ай бұрын
Glad you like it
@TheVinaymadhav6 ай бұрын
Very well explained! Thanks @kapilbatra and @apexhour!
@apexhours6 ай бұрын
Thanks
@masthanvali416 Жыл бұрын
very good stuff bro. Thanks
@apexhours Жыл бұрын
Keep watching
@Nusta_Shriii Жыл бұрын
Please share the full screen from the next session. Greatly appreciate your content.
@apexhours Жыл бұрын
Will do
@arnavsadhu Жыл бұрын
You can follow what he is writing by following whatever is coming in blue in the dropdown list of suggested commands.
@conio786 Жыл бұрын
We are unable to see what you r typing using command palette :( overall good video and please keep posting such content
@SalesforceUSA Жыл бұрын
A very good video. Thank you!...
@krishnakuntamukkala38826 ай бұрын
For some reason, even if I replicate the steps I am unable to change the name dynamically
@GlamHommie Жыл бұрын
Can we use LWC to design a B2C storefront?
@apexhours Жыл бұрын
YEs you can but use B2C cloud
@killadakalyanilakshmiprasa835 Жыл бұрын
Please mention in the video that to be able to create a Scratch org out of a Dev Org, it first needs to be enabled as Dev Hub
@apexhours Жыл бұрын
That we covered in our salesforce DX video
@sahanakakhandaki4029 Жыл бұрын
my component is not displaying changes in firstname but does only in lastname.
@akshayjain6163 Жыл бұрын
Javascript is a front end language. Backend data is coming from apex controller.
@parnabasu7302 Жыл бұрын
He meant in terms of LWC component bundle, HTML is front end while JS and Apex play roles of backend execution. Its not about language.
@thetechconsultant Жыл бұрын
It's both. JavaScript is a front-end and a back-end language now. The idea of JavaScript being for the front-end only predates 2015.
@apexhours Жыл бұрын
You can say that
@Polymath17299 ай бұрын
Thanks sir
@maheshgangurdeenz Жыл бұрын
i'm facing issue while deploying to the scratch org here is the error - sfdx force:source:push --json --loglevel fatal --forceoverwrite
@MrVaibhavGhongade Жыл бұрын
The "path" argument must be of type string. Received undefined getting this error while deploying to source org
@sunilssutamani63478 ай бұрын
You need to add backticks to template
@shahjad_shekhar Жыл бұрын
hello I am also from ajmer
@apexhours Жыл бұрын
Oh nice
@Abhishekkumar-pi9mu Жыл бұрын
Hi Good evening
@apexhours Жыл бұрын
Good night
@vamshikrishna8143 Жыл бұрын
is it just me that videos are not good resolution, its hurting eyes
@apexhours Жыл бұрын
Sorry about that. Try HD change your setting
@ShivamSingh-je7xh Жыл бұрын
In getterExpression my output is comming like " Hello ${THIS.FIRSTNAME} ${THIS.LASTNAME}! "....btw i am using lwc editor
@insanephoto Жыл бұрын
JS is case sensitive... Make sure your code matches...
@ShivamSingh-je7xh Жыл бұрын
@@insanephoto yes now i got it
@SarveshNaik-lt2xk Жыл бұрын
am also facing this issue can anyone help
@SarveshNaik-lt2xk Жыл бұрын
i got it ...the problem was i was using ' (this symbol) instead of ` according to new ecma script