Lightning Web Components Best practices

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • Building rich, efficient, and resilient Lightning Web Components
    is no black magic. This webinar will cover best practices around:
    1) Using public, and private properties for effective component composition.
    2) Event communication for child-to-parent as well as for sibling components (pubsub).
    3) When, and when not, to use Apex with Lightning Web Components
    4) Aura interoperability
    Please check our part 1 ) • Introduction to Lightn...
    lightning web components vs aura
    lightning web component example
    lightning web components recipes
    lightning web components best practices
    amitsalesforce.blogspot.com/20...

Komentáře • 8

  • @franciscrump1869
    @franciscrump1869 Před 3 lety

    Nice video, can I ask you please what is the content/format of Picture__c field to display an image...? I've tried URL and formula field to the picture URL using IMG(link of picture) and it doesn't seem to work for me.

  • @vinodg8599
    @vinodg8599 Před 5 lety

    Hi,
    Can i use record view form and record edit form in single html file.

    • @gauravbhardwaj5374
      @gauravbhardwaj5374 Před 4 lety

      No you cant used because both layout is different. Record edit is customise and other is compact.

  • @coolingbroom5934
    @coolingbroom5934 Před 4 lety +1

    Great video