AMP 47: Minko Gechev on Angular 18+

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @stukituk
    @stukituk ปีที่แล้ว +3

    Nice video, will be glad to see more talks with Minko

    • @ngkalbarczyk
      @ngkalbarczyk 3 หลายเดือนก่อน

      Thank you!

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

    Amazing Quality!

    • @ngkalbarczyk
      @ngkalbarczyk ปีที่แล้ว

      Thanks so much for the compliment! Quality is something we always strive for, and it's awesome to hear that it's coming through. Stay tuned for more content! 🚀

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

    SSR is needed for SEO. Angular default should not be to SSR for all clients, but for search engines only and developers can opt in to SSR for general users.

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

      You can do this yourself. It’s a matter of directing your request to either static assets (browser angular) or the server, based on the user agent. Although I’ve done it and wouldn’t recommend it. Just use one or the other. An alternative is to use a service worker so that you don’t hit the server after the first refresh.

    • @NuncNuncNuncNunc
      @NuncNuncNuncNunc ปีที่แล้ว

      @@thrash1337 The point was that Angular's default build configuration should do this so you do not have to.
      I do not see how a service worker helps with SEO. All network calls to render a page must still be made. Prerendering entire site when bots may not bother indexing every page is not an option.

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

    Ng17 is amaaazing.. @defer is pure magic

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

    Amazing help would be to debug the runtime state aspects. I am eagerly w8ing!

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

    Thanks for this . very informative

    • @ngkalbarczyk
      @ngkalbarczyk ปีที่แล้ว

      @DebugModeVideos Thank you!

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

    wow quite a lot of good features

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

      Exactly, it promises to be a very exciting time for Angular!

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

    Good talk

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

      Really appreciate the kind words! Glad you enjoyed the conversation. We've got more exciting talks lined up, so stay tuned! 🎙

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

      @@ngkalbarczyk Awesome, keep goin 🚀

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

    "the angular framework is not a way for us to sell cloud services" he said that with a smile, ha ha ha ha , i love framework beef

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

    I love the "resumability is a fancy hydration" part 😉
    Anyway, great talk as usual !

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

      Thanks @AlainBoudard! Really appreciate the kind words and your continued support. Stay tuned for more talks! 👍

    • @AlainBoudard
      @AlainBoudard ปีที่แล้ว

      ​@@ngkalbarczykI'll be in Varsovie for ngPoland, I'm sure it will be great 😎

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

    This is first web oriented tech lead that angular has ever...

  • @manojisaac
    @manojisaac ปีที่แล้ว

    For a newbie it will take years to read the documentation once in angular...

    • @ngkalbarczyk
      @ngkalbarczyk ปีที่แล้ว

      Hey @manojisaac, I get it, Angular's docs can feel overwhelming at first. But the good news is, Angular is working towards becoming simpler while still evolving. Stick with it, it's worth the learning curve!

    • @manojisaac
      @manojisaac ปีที่แล้ว

      @@ngkalbarczyk Learning RXJS itself will take 6 months and now fresher has to learn signals too and compute returns a signal where as behaviour subject does not return another behaviour subject.. Now it will take atleast 2 years to learn it and angular will reach Angular 38 then..

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

      C'mon... If he/she wants to grasp the framework properly, it will take much less time than that...
      In college, professors/tutors told us, "If you like and are determined to grasp C++, you should (be able to) finish C++ Primer in no more than a month and a half." And in fact, many of us finished in about a month (Need to review a lot ofc). It can't be harder than that, right?

    • @manojisaac
      @manojisaac ปีที่แล้ว

      @@xucongzhan9151 To understand Source code design and test bug fixes in C++ will take dedicated learning of 1 year atleast.. Otherwise you can say you learnt it