Introduction to Lightning Web Components

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 55

  • @mahenderit52
    @mahenderit52 4 года назад +8

    This channel is awesome. The quality of the content and the speakers you bring in, are excellent. This is the only Salesforce related RUclips channel that I regularly follow. Thank you for helping the salesforce community!

  • @SpandanBhatt1985
    @SpandanBhatt1985 3 года назад +2

    i am a sf developer for last 12 yrs...i have been learning a lot from this channel about Aura & LWC. Thx.

    • @apexhours
      @apexhours  3 года назад

      Our pleasure! Keep watching

  • @sk3946
    @sk3946 5 лет назад +6

    Thanks Jitendra Zaa for Great Session, Can you please guide us what are the prerequisite to learn lwc. Is javascript 6 and html5 enough with knowledge of apex to learn lwc?

  • @raghuramsuresh
    @raghuramsuresh 5 лет назад +1

    Good Session Jitendra, you kept so simple to understand the HTML5 and LWC, Q&A is interesting.

    • @apexhours
      @apexhours  5 лет назад

      Thanks for your feedback. Enjoy full playlist ruclips.net/video/KKNEpPP6V4s/видео.html

  • @AmitabhSharma486
    @AmitabhSharma486 5 лет назад +2

    Awesome Demo, keep up the good work Amit , Jitendra and also Mohit

    • @apexhours
      @apexhours  5 лет назад

      Thanks. If you want to learn about best practice check this recording ruclips.net/video/WjSlkU6Z6bs/видео.html

  • @amitchaudhary1432
    @amitchaudhary1432 5 лет назад +1

    Thanks Jitender Zaa for a great session

    • @JitendraZaaInd
      @JitendraZaaInd 5 лет назад

      You are welcome

    • @rameshchilla1741
      @rameshchilla1741 5 лет назад

      Hey Amit please do let me know,LWC comes under which metadata.

    • @amitchaudhary1432
      @amitchaudhary1432 5 лет назад

      @@rameshchilla1741 It will come under LightningComponentBundle

    • @rameshchilla1741
      @rameshchilla1741 5 лет назад

      Hey Amit how to add Lightning data table attributes dynamically in lwc,ex:-hide checkbox column.

  • @pramod_pendyala
    @pramod_pendyala 5 лет назад +1

    great session.
    Thanks Jitender Zaa.

    • @apexhours
      @apexhours  5 лет назад

      Thanks for you feedback. Spl thanks to Jitender Zaa

    • @JitendraZaaInd
      @JitendraZaaInd 5 лет назад

      Welcome !!!

  • @rohitnegi4651
    @rohitnegi4651 2 года назад +2

    Thanks for the amazing content, learned a lot!

    • @apexhours
      @apexhours  2 года назад +1

      Glad you enjoyed it!

  • @vijaykumarmanchuri8452
    @vijaykumarmanchuri8452 4 года назад +1

    Good session Jiten, I really liked it, good starting point for the beginners

    • @apexhours
      @apexhours  4 года назад

      Glad you liked. Here is more session on LWC www.apexhours.com/lightning-web-components/

  • @apexhours
    @apexhours  5 лет назад

    If you don't want to use Scratch org. Check this recording "Lightning Web Component with non-scratch org"
    ruclips.net/video/V_riFQU5iNA/видео.html

  • @anjalisravanthi3616
    @anjalisravanthi3616 5 лет назад +2

    great tutorial..but @29:18 instead of using shadow DOM to have custom styling.. can we use class attribute for and apply styling using that class like p.sample{color:red}
    so it applies color only to that p

    • @abdoulayediop2813
      @abdoulayediop2813 5 лет назад

      you can use this.template.querySelector('.sample') and apply your style

  • @apexhours
    @apexhours  5 лет назад

    LWC Best Practices ruclips.net/video/WjSlkU6Z6bs/видео.html

  • @phanikumar3335
    @phanikumar3335 4 года назад +1

    great session ,i really liked this session.

  • @debmalyaray1997
    @debmalyaray1997 3 года назад +1

    is there any pre-requisites before jumping into this lightning web components????

    • @apexhours
      @apexhours  3 года назад

      If you are good in Java Script then it good to go

    • @debmalyaray1997
      @debmalyaray1997 2 года назад

      @@apexhours what all html concepts should we learn before going for LWC please explain in detail...

  • @vishnuk5361
    @vishnuk5361 5 лет назад +1

    How to customize lightning components like lightning-button, lightning-input....and how to replace CSS with sass ????

    • @apexhours
      @apexhours  5 лет назад

      Check this ruclips.net/video/oDj8R8QZdrg/видео.html

  • @nimmananarendra8664
    @nimmananarendra8664 5 лет назад +1

    Great Session Jitender Zaa,
    As you mentioned LWC can't be parent to Aura,
    but can it be a parent another lwc?

    • @apexhours
      @apexhours  5 лет назад

      Thanks for your feedback. Yes LWC can be parent of another LWC. amitsalesforce.blogspot.com/2018/12/Invoke-Apex-Controller-from-Lightning-Web-Component.html

  • @devikamishra4319
    @devikamishra4319 3 года назад +1

    what is the need of lightening components and lightening web components?

    • @apexhours
      @apexhours  3 года назад

      we covered that topic in the end of the session

  • @fazurullaganganapalli9508
    @fazurullaganganapalli9508 5 лет назад +1

    Great session sir.....

    • @apexhours
      @apexhours  5 лет назад

      Thanks for your feedback

  • @shyamsundar20
    @shyamsundar20 4 года назад +1

    Great Session but at 20:00 , I am not able to place the code in different lines as shown in video.
    this.innerHTML ='
    ${this.name}
    ${this.detail}
    ';
    Getting the error as :
    Unterminated string literal.
    ';' expected.
    Declaration or statement expected.

    • @apexhours
      @apexhours  4 года назад

      In that code we did not added line break we only align the code.

    • @apexhours
      @apexhours  4 года назад

      Try to put the code in same line

    • @shivashankar610
      @shivashankar610 4 года назад +1

      @Yogesh Biyani Use this this.innerHTML = ''+this.name+'' +
      ''+this.actor+'';

  • @AGARWALt5630
    @AGARWALt5630 5 лет назад +1

    The code snippet being shown at 20.00 does not work for me. I get an error "JSX expressions must have one parent element.js"

  • @shrigaurav5051
    @shrigaurav5051 2 года назад +1

    *Can we use Code Buider for LWC?*

  • @banuthangaraj3581
    @banuthangaraj3581 4 года назад +1

    i want todisplay list of parent when i click any one of the record it shows related contact how to do in lwc

    • @apexhours
      @apexhours  4 года назад

      We will share the blog post soon on ApexHours.com

  • @shrigaurav5051
    @shrigaurav5051 2 года назад

    30:00 how can I create LWCAPEXHOUR12JAN?

  • @meghakohli348
    @meghakohli348 4 года назад

    at 33:25 you have mentioned to create lightning app but i cant find sfdx: create lightning app also i have already install the lightning web component please help

  • @sorryjoshi6361
    @sorryjoshi6361 2 года назад

    can anybody tell me that i need to learn JavaScript before I start LWC?

  • @shrigaurav5051
    @shrigaurav5051 2 года назад

    I don't have scratch org, how can I create it?