Develop LWC at Lightning Speed with Local Dev | Developer Quick Takes

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

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

  • @aritramukherjee
    @aritramukherjee 3 месяца назад +3

    This is an amazing feat of work for developers. A working local dev server was so required for the lwc app development especially off the platform

  • @estevegraells
    @estevegraells 3 месяца назад +1

    Truly amazing, time saving to the max!!!!

  • @assadullahshaikh2625
    @assadullahshaikh2625 Месяц назад

    The best thing I have seen today.

  • @rabtag396
    @rabtag396 Месяц назад

    Can I use it in a developer edition org? I don't deploy anything directly to my sandbox org. first it goes to nsqa and then to uat.

  • @CastorPolux74
    @CastorPolux74 3 месяца назад +1

    Excelente. Ahorrará mucho tiempo. Gracias.

  • @shobanaprathap1416
    @shobanaprathap1416 2 месяца назад +1

    Amazing new feature..

  • @ravi0389
    @ravi0389 2 месяца назад

    is it only for scratch org?

  • @thales2008
    @thales2008 2 месяца назад

    The "local dev" section is not appearing to me in my sandboxes

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 2 месяца назад

      That's weird, can you post it to the LWC group on the trailblazer community ?

  • @arindammondal5708
    @arindammondal5708 3 месяца назад +3

    When can we use it? Existing Local-Dev-server is a trash.

  • @santoshojha757
    @santoshojha757 3 месяца назад

    why do we need andriod emulator when we have developer console on the web browsers ?? Does the emulator makes any significant difference when it comes to developement speed or provides any additional functionality over developer console ?

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 3 месяца назад

      It does. Android and iOS emulator simulate a real device, it's like if you were running the app on a physical device, with access to all the device APIs. What you see on the debugger (I assumme your refer to this) it's just how a web app would look on a mobile web browser.

    • @manoj9780
      @manoj9780 2 месяца назад

      Can you explain how to use android emulator we were experiencing challenges to debug issues in ipad

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 2 месяца назад

      @@manoj9780 trailhead.salesforce.com/content/learn/projects/set-up-your-salesforce-mobile-developer-tools-for-lightning-web-components/install-salesforce-mobile-app-emulator-for-android

  • @zeerikraza3771
    @zeerikraza3771 3 месяца назад

    is it only available for scratch orgs?

  • @Fahad789Gem
    @Fahad789Gem 2 месяца назад +1

    It’s a nice feature however if you have the lwc hidden under tabs and sub tabs you still have to navigate back. However this is still a cool feature.

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 2 месяца назад

      In most of cases you should not have to, as it preserves state. If you have a use case in which this is not working, post it to the LWC group on the trailblazer community so they can fix it

  • @EmilMüller-s9d
    @EmilMüller-s9d 3 месяца назад

    too bad it doesn't work (yet) with multiple package directories 😞

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 3 месяца назад

      That bug was logged a few days ago and our engineers are working on it!