Live coding with Lightning Web Components

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • Slides: bit.ly/3by2U9A
    Join our Telegram channel for #SalesforceDevelopers in India: t.me/salesforcedevsindia
    Follow Shashank on Twitter bit.ly/2HFwqiS or LinkedIn bit.ly/34AvBku
    Follow Satya Sekhar on Twitter bit.ly/35J3fDN or LinkedIn bit.ly/3jM8PKV
    Follow Aditya Naag Topalli on Twitter bit.ly/3jBSLuX or LinkedIn bit.ly/3jBSNTB
    00:00:00 - Start
    00:02:15 - LWC Series Highlights
    00:03:38 - Business Use Case
    00:04:38 - How should the UI look like
    00:05:52 - Cloning the existing code base
    00:08:03 - Creating a scratch org and pushing code to it
    00:13:11 - Proposed LWC Components breakup
    00:13:50 - Prototyping a component on the LWC playground
    00:16:30 - Creating the prototyped component in the SFDX project
    00:22:05 - Using @wire to get data from Apex
    00:32:16 - Pushing the component to Salesforce
    00:36:16 - Publishing an event using pubsub module
    00:49:25 - Pushing the new component to GitHub
    00:52:59 - Subscribing to an event using pubsub in an Aura component
    00:59:49 - Adding the map base lightning component to LWC
    01:07:55 - Embedding an LWC component inside an Aura component
    01:11:08 - Adding form fields to the component
    01:15:14 - Creating a record using imperative apex call
    01:22:12 - Adding toast messages
    01:24:50 - Testing and Debugging the component
    01:31:18 - Q&A
    #lwc #livecoding
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @alic
    @alic 5 หลายเดือนก่อน

    I'm blown away. The presenter was not only incredibly helpful but animated, interactive and sharp witted. I love it!

  • @9gager87
    @9gager87 4 ปีที่แล้ว +3

    What an awesome presentation! Thank you so much for putting this together!

  • @CodingwithBasir
    @CodingwithBasir 5 ปีที่แล้ว

    Simple and Useful. It is easy to follow you on Coding.

  • @ashishyadav3713
    @ashishyadav3713 3 ปีที่แล้ว

    thanks for such a great session guys

  • @ramreddy9363
    @ramreddy9363 4 ปีที่แล้ว

    The LWC episodes were awesome, could you please share the git link for code which discussed in episode 5.

  • @mountainscott5274
    @mountainscott5274 2 ปีที่แล้ว

    Did you drop the TH-cam link for the video of the guy who did a presentation on slds grid?

  • @snehagabhane1506
    @snehagabhane1506 2 ปีที่แล้ว +1

    sir,,,the vedio is great,, ,but from where should i get the above code

  • @abhisheksaha3953
    @abhisheksaha3953 4 ปีที่แล้ว

    Awesome session..thank you. :)

  • @Bond58
    @Bond58 4 ปีที่แล้ว +1

    These dudes sound cool. Would love to work with them

  • @tamizhumuyirum
    @tamizhumuyirum 5 ปีที่แล้ว +1

    would have been better if you finished the video with eslint testing...sure many would be interested on lwc testing
    Request to add it in next video, if possible

    • @imumamaheswaran
      @imumamaheswaran 5 ปีที่แล้ว +1

      It's already covered in this module th-cam.com/video/R7j8dDzsPho/w-d-xo.html

  • @YouTuber-xk3xp
    @YouTuber-xk3xp 5 ปีที่แล้ว

    There you go, now we are talking. Salesforce, an Indian company, with video with all Indian panel. Good for Indian company, Salesforce.

  • @iworxiworx6036
    @iworxiworx6036 5 ปีที่แล้ว

    hello Developers!, thank you for the video.. wondering if you could help: I am a developer, looking to sync Pardot unsubscribes list/page with my organization internal database. 1) I must extract unsubscribes, full list of unsubscribes, from Pardot, next put the list in my database, next to compare the list with other internal list. 2) I must update into Pardot any *prospect whose in my internal database has unsubscribes status BUT this status in not yet in Pardot. from a tech point of view, how is the best way to accomplish this automation/synchronization. As you can see I have more than one system which has Prospects, one of them is Pardot, another my internal system, oracle/SQLServer db. Thanks!.