Deferrable views in Angularv17

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 มิ.ย. 2024
  • Learn about what's new for Angular deferrable views with prefetching, custom triggers, and much more!
    Check out our website → goo.gle/AngularDev
    Watch more videos about Angular v17 → goo.gle/Angularv17
    Subscribe to Angular → goo.gle/Angular
    #Angular
  • บันเทิง

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

  • @Angular
    @Angular  7 หลายเดือนก่อน +4

    Check out our website → goo.gle/AngularDev

  • @AfolabiJude
    @AfolabiJude 7 หลายเดือนก่อน +14

    You guys deserve all the awards coming in

    • @developeroppa
      @developeroppa 6 หลายเดือนก่อน +1

      It's nice to see a fellow Nigerian brother who also loves Angular, like anywhere I look in Nigeria it's just react.

  • @wilsonbarbosa8210
    @wilsonbarbosa8210 7 หลายเดือนก่อน +11

    Nice vídeo! I'm studying to become an Angular Developer (planning to become full stack later) for some time now, I've created a few projects and I learn new things every single day. There are some struggles between university and my own studies, but I believe the journey is well worth it. Angular is a really complete and fun framework to work with! I'm really excited for the new possibilities with Angular 17 now, thank you guys for your work!

  • @nossandra
    @nossandra 7 หลายเดือนก่อน +447

    👉 👈 👇 awesome 🤙

  • @umaxvisuals9478
    @umaxvisuals9478 7 หลายเดือนก่อน +7

    Angular is becoming 🔥

  • @rembautimes8808
    @rembautimes8808 2 หลายเดือนก่อน

    Great feature, funny jokes and excellent punch line. Thanks Angular team for enhancing this amazing platform

  • @beratsulimani9823
    @beratsulimani9823 7 หลายเดือนก่อน +7

    Amazing to see the progress of Angular and make us devs life easier, many thanks.

  • @leonardohidalgo5127
    @leonardohidalgo5127 2 หลายเดือนก่อน

    The other day I updated an application from Angular 14 to 17, I reduced a lot of code and loading times with signals and the new supports. Totally changed the placeholder and spinner part through interceptors and services, I put it aside and used the new deferred view blocks, a great addition is more simpler, descriptive and versatile.

  • @terekjanczik
    @terekjanczik 7 หลายเดือนก่อน +5

    All the puns are great

  • @SumitParakh1991
    @SumitParakh1991 7 หลายเดือนก่อน +1

    I just love this feature ❤

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 7 หลายเดือนก่อน +3

    @defer is awesome. Using it everywhere

  • @anrras
    @anrras 7 หลายเดือนก่อน +1

    amazing feature!! i loved it

  • @haroldpepete
    @haroldpepete 7 หลายเดือนก่อน +8

    the lady makes such a wonderful explanation, i wish everybody teach like that, thanks

    • @Satyam-IN
      @Satyam-IN 7 หลายเดือนก่อน +2

      He not she

    • @haroldpepete
      @haroldpepete 7 หลายเดือนก่อน

      @@Satyam-IN i don't get it, what do you mean?

    • @Satyam-IN
      @Satyam-IN 7 หลายเดือนก่อน +1

      @@haroldpepete Gender transition. From he to she.

    • @haroldpepete
      @haroldpepete 7 หลายเดือนก่อน

      @@Satyam-IN ah ok, i didn't know that, i have my doubts but i wasn't sure about it, now everything is clear

    • @Satyam-IN
      @Satyam-IN 6 หลายเดือนก่อน +1

      @@haroldpepete Well I'll always opposed for gender transition. this people are just lost in this world.

  • @MrgnUTube
    @MrgnUTube 7 หลายเดือนก่อน +1

    Looks great!

  • @lakhveerchahal
    @lakhveerchahal 7 หลายเดือนก่อน

    This is amazing🎉 great work

  • @crazyshala4571
    @crazyshala4571 2 หลายเดือนก่อน

    what a commendable job that you done appreciate very much 👏👏👏👏👏👏

  • @nhannguyendevjs
    @nhannguyendevjs 7 หลายเดือนก่อน

    Thanks for sharing!

  • @PierreYvesGuillemet
    @PierreYvesGuillemet 4 หลายเดือนก่อน

    This is huge!

  • @emmanueldavis1872
    @emmanueldavis1872 7 หลายเดือนก่อน

    I can't wait until I Angular!

  • @manishpradhan9008
    @manishpradhan9008 7 หลายเดือนก่อน +1

    Woohooo, I knew I was making the right choice when I chose Angular over React. :p

  • @silviupanait8861
    @silviupanait8861 7 หลายเดือนก่อน +2

    nice

  • @aram5642
    @aram5642 7 หลายเดือนก่อน +1

    I start to fall in love with this, (after my initial repulse), however I don't quite get the example of the combined defer conditions (3:46). Are those joined by AND or OR?

  • @julianschmidt6281
    @julianschmidt6281 7 หลายเดือนก่อน

    Nice 🙂

  • @aram5642
    @aram5642 7 หลายเดือนก่อน

    Does 'prefetch when !!val' also work, or do we have to use explicit booleans?

  • @user-mi4vf4io7l
    @user-mi4vf4io7l 6 หลายเดือนก่อน

    I think angular is the best frontend framework.

  • @aram5642
    @aram5642 7 หลายเดือนก่อน +1

    An example snippet of the component fixture wouldn't have hurt in this, otherwise very informative, video ;)

  • @jerrytab4276
    @jerrytab4276 7 หลายเดือนก่อน

    It is possible to be like this @defer(condition).match(@loading => loading, @success => success, @error => error)

  • @user-zo4lh9mi4i
    @user-zo4lh9mi4i 7 หลายเดือนก่อน

    Will this allow for a complete replacement of the old method of implementing lazy loading at the route level? Or are there cases where the old method still needs to be used?

    • @Angular
      @Angular  7 หลายเดือนก่อน

      There will still be times where you need to lazy load an entire route and times where you might want to only use deferrable views. Having both options increases your flexibility and gives you more tools to implement your solutions.

  • @RobertKing
    @RobertKing 7 หลายเดือนก่อน +2

    angular is the best framework :)
    Does anyone know when the @error shows? I guess it's just if there's an error loading the deferred component?

    • @Angular
      @Angular  7 หลายเดือนก่อน

      If there is an error while loading the component when using @defer

  • @dmitriyobidin6049
    @dmitriyobidin6049 6 หลายเดือนก่อน

    It's amazing, but we will have to wait a couple years until we will be able to use this features, cause most of the projects won't update right away :)

  • @KoenigDotGG
    @KoenigDotGG 7 หลายเดือนก่อน +1

    I see that defer is mainly used to reduce bundle size etc. but can it also be used just to delay rendering for heavy components? Is that an intended use or is there a better approach?

    • @Angular
      @Angular  7 หลายเดือนก่อน +1

      Yes you can use it for that reason, too 👍

  • @jsuryakt
    @jsuryakt 7 หลายเดือนก่อน +1

    What's the difference between defer and if

    • @Humppakarajat
      @Humppakarajat 7 หลายเดือนก่อน +1

      defer loads your component on demand from the server, so it does not have to be part of your initial bundle.

    • @Angular
      @Angular  7 หลายเดือนก่อน +2

      @If is conditional rendering but the code for the component is still included with the bundle. @defer will only ship the code to the browser when it is loaded. So conditional rendering vs lazy loading

  • @hunterxg
    @hunterxg 7 หลายเดือนก่อน +1

    Don't like the new block syntax

    • @Angular
      @Angular  7 หลายเดือนก่อน +2

      What do you prefer?

  • @eblavoltom
    @eblavoltom 4 หลายเดือนก่อน

    Hi! Are you planning to give up RxJs in the future?