Angular’s Third Era is…weird

Поделиться
HTML-код
  • Опубликовано: 20 мар 2024
  • Angular is...quite the framework. Not my favorite thing but that doesn't mean you should ignore the innovation happening over there.
    Brandon's twitter: / brandontroberts
    Vue Vapor video: • Vapor: The Future Of Vue
    h264 video: • Video Compression Is M...
    SOURCES
    / 1770478763253379488
    / 1768354437058253282
    Check out my Twitch, Twitter, Discord more at t3.gg
    S/O Ph4se0n3 for the awesome edit 🙏
  • НаукаНаука

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

  • @elephant_888
    @elephant_888 2 месяца назад +486

    "Is This The End Of Angular?" I want to be able to trust your titles man.
    I don't like or dislike Angular, but I loathe click-bait titles.😞

    • @theophiled
      @theophiled 2 месяца назад +30

      yup very annoying.

    • @recycledsoldier
      @recycledsoldier 2 месяца назад +29

      Click-bait sells. Make a stupid face for the thumbnail and proclaim something is “dead, the best, destroyed”. I win button for clicks.

    • @squirel52
      @squirel52 2 месяца назад +9

      Just remember Betteridge's law of headlines: Any headline that ends in a question mark can be answered by the word no.

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

      that reminds me of the DeArrow extension that replaces titles and thumbnails with more accurate ones. I'm not sure how well it is crowdsourced but you might wanna give it a try :D

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

      @@recycledsoldier what is that cringey ass face? It's kind of disturbing what he does with his face for the thumbnails

  • @ToastRusk
    @ToastRusk 2 месяца назад +242

    I clicked on the button for signals as you suggested and sadly got unsubscribed :(

    • @mr.fearless7594
      @mr.fearless7594 2 месяца назад +6

      Me too.

    • @du42bz
      @du42bz 2 месяца назад +10

      And I'm staying unsubscribed now bc i got tired of these clickbaity titles

  • @nixoncode
    @nixoncode 2 месяца назад +68

    c'mon Theo, we're beyond clickbaits at this point, the video is interesting and I'll probably watch it. just title it correctly

  • @_____case
    @_____case 2 месяца назад +68

    Wiz was designed by Malte Ubl, who is now the CTO of Vercel.

    • @complexity5545
      @complexity5545 2 месяца назад +4

      Thanks. That has some very good informative weight.

    • @nameq
      @nameq 2 месяца назад +4

      4:25

  • @JPeetjuh
    @JPeetjuh 2 месяца назад +666

    Please, just title your video "Angular is merging with Wiz?" - I'll watch it. Stop being so cheap and clickbaity.

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

      Sadly, people like you are the minority, and click bait titles still make a huge difference for engagement. So don’t blame the creators, blame the users not clicking on boring titles and RUclips for not fixing this in their algorithm

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

      i don’t think creators have a choice. sure, we’ll watch it. but the people getting recommended his vids may not. i get the frustration of being misled on vids in which the title actually has nothing to do with the content OR is in opposition with the content, but this is not that bad. just click on the video to really see what it’s about before deciding to watch or save it. video descriptions are usually better. you don’t need to have the expectation titles will 100% match the content. what’s wrong with being a bit more flashy for the sake of the channels growth?

    • @gadgetboyplaysmc
      @gadgetboyplaysmc 2 месяца назад +41

      Can't agree more lol

    • @_ilearn
      @_ilearn 2 месяца назад +32

      Yess. I guess he wants to attract audiences who read article - Which is better? HTML or CSS?

    • @jostasizzi818
      @jostasizzi818 2 месяца назад +16

      He needs money man what do you expect from a RUclipsr who loves to put out cheap things and misleading people of bunch just to earn quick bucks

  • @alvaromady
    @alvaromady 2 месяца назад +17

    Angular is actually better than before especially recently

  • @MikkelrumSkovgaardPetersen
    @MikkelrumSkovgaardPetersen 2 месяца назад +37

    "The flexibility of React..." yea that died with nextjs. React has turned into the thing it advertised not to be a long time ago.

    • @PhillipLippi
      @PhillipLippi 2 месяца назад +11

      yeah, even in the Reactjs documentation they recommend using a react framework lol

  • @teamgartz-motorsports6881
    @teamgartz-motorsports6881 2 месяца назад +17

    The bundle size is not about network, it’s about the memory available on the devices that consumes it. Usually the processor for the browser is different from the one that process the video, and TVs and other devices highly cheap out on the processor and memory to execute browser. Therefore a smaller bundle and less instructions are a huge win in performance, more than network transfer.

  • @AngularUniversity
    @AngularUniversity 2 месяца назад +54

    Great video. 👍 At a certain you mention that Angular is slow. I'm not sure if this is widely known outside of Angular, but that is not the case nowadays. On the bundle size side, Angular allows you to easily lazy load every single page of an application in a easy and developer friendly way with standalone components, just use loadComponent in the router and that's it, the screen runs on a separate bundle. If you want you can also load parts of the template of a component conditionally using @defer. For example, load a PDF generating library only if a button is clicked. On the change detection side there are no significant performance differences to other frameworks, especially with OnPush and also with default change detection. Soon with signal-based change detection there will be full blown fine-grained reactivity. 👍

    • @varagor23
      @varagor23 2 месяца назад +4

      Also, Angular's performance (at least in synthetic benchmarks) is pretty much on par with React.

    • @user-hx1lp6fc9r
      @user-hx1lp6fc9r 2 месяца назад

      Hot reload when?

    • @AngularUniversity
      @AngularUniversity 2 месяца назад +4

      @@varagor23 I agree, and as far as I know, yes, and also with other similar frameworks, the differences are marginal and not noticeable. 👍 Performance is for me not a criteria to choose between the top frameworks, they have been mostly equivalent from that standpoint since years now, but the myth that Angular is slow still remains by some reason. A framework like Qwik on the other hand is noticeable faster, just because it's built in a completely different way based on resumability. 👍

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

      @@user-hx1lp6fc9r It's already there with the Angular CLI 👍

    • @nick.h7566
      @nick.h7566 2 месяца назад

      Your content is 1000% better @AngularUniversity ❤

  • @SquelpDiscovery
    @SquelpDiscovery 2 месяца назад +50

    RUclips’s mobile web is so outdated, I’m really surprised they bothered updating it lol. RUclips mobile web feels like it hasn’t been updated in years.

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

      so now it's not outdated anymore :D

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

      They updated it because breaking it would be less impactful than desktop or mobile

    • @Sameer.Trivedi
      @Sameer.Trivedi 2 месяца назад +1

      @@MelroyvandenBerg Only the techstack changed, it is still bad and outdated from the UX perspective.

    • @chiefkanakana
      @chiefkanakana 2 месяца назад +5

      You realize it’s intentional, so people will use native platforms without adblock, like yt app?

  • @varagor23
    @varagor23 2 месяца назад +11

    As and Angular dev, it's really exciting to finally start getting a bunch of W's after years of stagnation. The last year and a half has been wild and looks like there's plenty more to come.

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

    Its a good year to pick up Angular

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

    Angular Rocks 🤘
    p.s the use of signals was discussed back in 2015 withing an Angular Team, proposed by Rob Eisenberg, who was part of the team at that time.

  • @BlockCylinder
    @BlockCylinder 2 месяца назад +45

    They're definitely going to lay off 60% of both teams.

  • @recycledsoldier
    @recycledsoldier 2 месяца назад +26

    I actually like Angular. BUUUUT I'm a C# engineer with a lot of experience with RDMBS and C#. Something about Angular really clicks with me where React just seems overly complex. I'm not saying React is bad. I was actually contracted to work on a massive React project but the project layout and all of the different folders and things to implement state management seemed needlessly complex. I will say that I was able to start a mini project and ended up using a vertical slice architecture over React and it made the project much easier. I think my biggest problem was just project sprawl. "Ok, no go here and edit the reducer. Go here to edit actions. Go here to edit tests. Go over here for sagas. Now go over here, etc." Again, for someone used to it, I'm sure it's great, but as someone coming in fresh it was really overwhelming.
    I plan to stick with learning React and hoping I hit that "click" moment since that's where all the jobs are but I'm really happy to see Angular getting some much-needed love.
    Thanks for covering it!

    • @HackersRUs
      @HackersRUs 2 месяца назад +5

      This sounds like a problem with specifically Redux more than react. I hated Redux for exactly the same reasons you described. Where I'm working now is actually using both Redux and Angular and I hate everything about it

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

      @@HackersRUsredux + angular sounds like hell.

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

      I've noticed this pattern of C# and Angular a lot

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

      We used to use Angular a lot (I've also developed with htmx, React and Next), but now it's Blazor all the way. We are developing saas mostly, with complex analytics related features. It has blasted our productivity through the roof and, compared to Angular + AspNetCore solutions, there is like 75% less code needed. Nowadays even thinking about developing the frontend with js causes me stress. Of course one can still use js wherever it's needed with interop.

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

      ​@@HackersRUs you're 100% right, we use angular and actually struggled when we started out because .NET developers heavily overused redux and did things the way they were used to in .NET that probably didn't make sense on the frontend (and in some cases didn't make sense in .NET either but that's another matter)

  • @zapphoddbubbahbrox5681
    @zapphoddbubbahbrox5681 2 месяца назад +9

    you've really got wonderful editors... be proud

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

    Btw Qwik was inspired by Wiz

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

    Very happy with Angular. Looking forward to even more innovations.

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

    I have been thinking of editing down tech conferences for a while but always been terrified of copyright

  • @MelroyvandenBerg
    @MelroyvandenBerg 2 месяца назад +18

    ahhhhh clickbait title

  • @jonnyeh
    @jonnyeh 2 месяца назад +10

    I worked at YT until recently and while I was aware of the move to "the new Wiz" and "signals", not once did anyone mention Angular. This really does sound like they're just replacing Angular with the new version of Wiz. I did like how their screenshot of the YT Desktop app was about 10 years old.

  • @aLfRemArShMeLlOw
    @aLfRemArShMeLlOw 2 месяца назад +4

    RUclips mobile might be a very small percentage of their traffic, but it's probably still a massive amount of traffic compared to most websites.

  • @tehArgento
    @tehArgento 2 месяца назад +12

    The subscribe button did indeed not change

  • @seannewell397
    @seannewell397 2 месяца назад +5

    Theo whatchu talkin about for unproven at 16:40 ? Knockout observable and computeds anyone? MVVM? SolidJS for years and years?
    We don't need a YT case study to "prove signals" bruv; we also don't need a redux or RTK for signals, afaik. They just are such a profoundly good primitive that you can create your own boundaries naturally with composition and normal patterns (DDD/MVVM/Composition).
    Just like huge state machines / RTKs/reducers/webs of interconnected state all break down, signals are the same - it comes down to system arch and design to keep it scalable.
    Signals are much closer to events than state, and events in the browser are king. Video games often stop at events and polling frame by frame.
    Long live signals

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

    I'm (mostly) an Angular dev and I watch your stuff to keep up to date with the wider FE landscape. It's really cool to see you talking about Angular at the minute because it does feel like an exciting time for the framework and I think it would be a shame if creators ignored it just because it's Angular.

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

    15:12 In reality that isn't a problem, because YT can define a precise profile for a feature phone to use its native video support, so it can benefit of both low size (if it uses relative new codecs) and not being CPU/battery intensive. The biggest PITA will always be bandwidth stability, because that poses a bigger problem related with buffering, but these feature phone have at minimum 512 MB of RAM (some of them 4GB!) so a well encoded video shouldn't be problematic.
    Running JS probably is more complex, so a smaller bundle is way better.

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

    Angular era is sooo good rn

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

    I'm really curious about how he enabled the bang search definition with the Arc command+t thingy 🤔

  • @paarma1752
    @paarma1752 2 месяца назад +20

    I must say, Angular is definitely one of the frameworks that exist.

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

    Theo, I'm working on something like that, to make a cliff notes version of a video, using simple trimming features, right on youtube.

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

    qwik was created because misko was inspired by wiz so this is quite interesting

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

    They were testing the highlighting like sub buttons feature long long time ago. Unless they re-wrote it, it's not signals :D

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

    Google: "for this position you need at least 8 years experience in Wiz"
    Me: "what is "Wiz!?" 😐
    Google: "Oh, it's our internal tool/framework"
    Me: 😑

  • @Saeid-Za
    @Saeid-Za 2 месяца назад +1

    16:21 I do think that we have seen the signal based reactivity scale much better !
    A fine grained reactivity model is the main reason we could drop VDOM, increase performance, reduce bundle size and even opens new ways to compose UI logic using these new primitives.
    VueUse is a good example. And we have seen all major Frameworks (well no, not react) collectively bet on this new model,
    be it vue composition api, solid signal, angular signal or even svelte runes - which was interesting that they move away from compiler magic and chose explicit reactivity model instead of an implicit one.
    For these reasons I do bet on this model and it's scalability.
    Thanks for the video ❤

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

    Blackberry 10 had a similar approach to KaiOS, in terms of web development, but I abandoned that project when. I noticed that it was a waste of time and effort

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

    Will you ever pick angular for any of your projects? And why?

  • @cocoscacao6102
    @cocoscacao6102 2 месяца назад +6

    Angular scales better than other frameworks, but it's quality ceiling is lower. Please subscribe.... riiiight

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

    For them to agree with Angular being more focused on enterprise, you can't more honest with your product

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

    Transition from 1.5.8 to 2nd was so smooth experience. Unforgettable and unforgivable to a point, that I rather create my own JS framework, then come back to it.

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

    It'll be really cool to see the performance improvements the Angular + Wiz teams will be able to bring to Angular in the near future. Right now, among mainstream frameworks, only React performs worse.

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

      U can take a look at qwik for a preview of it, ofc it solely depends if they go with just resumability or go a step further like qwik with $ lazy execution

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

      Angular is performing better than Svelte and Vue ATM last I checked

    • @sunsettrance7841
      @sunsettrance7841 26 дней назад

      @@TayambaMwanza how so? I've been an Angular developer for a little over 1 year and I love it! But performance wise, you have to keep all the modules in check because by default the bundle size is too big in itself, I've had a huge project that was poorly optimised and was actually closed due to that...
      I recently started learning Vue3, as I heard React is cancer both for maintainability and developer experience, just to grasp more in the Frontend area (it's more niche and highly performant, also easy to learn from what I've heard). But people seem to complain how Vue3 ruined Vue2, wtf?

  • @darmou
    @darmou 2 месяца назад +5

    Taking a 'wiz' on Angular lol

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

    18:57 have you heard of sponserblock?

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

    kaiOS is extremely popular in India with jio phone, with around 20$ you get a 4g phone with youtube, facebook, whatsapp etc and it works great. make a video about it

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

    i don’t even write javascript i just like the videos

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

    What is your wikipedia theme?

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

    5 Mbit/s is enough for 1080p stream, correct?

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

    Server side rendering, server side components, data binding.... all we are missing are GOTOs and we're back to Visual Basic baby!

  • @caoutchouc-cc
    @caoutchouc-cc 2 месяца назад

    i use YT only up to 480p to reduce bandwidth.

  • @grim.reaper
    @grim.reaper 2 месяца назад

    I have used wiz and it’s pretty cool

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

    Yo at around 15:00 you sayin' something whack. Leas JS means u start content stream faster, and YT will ramp up so 260/480 playback can start (or roll an ad 🤮) and it aint gonna be Mb with google's crazy compression and streaming caps. Just Kb to get started and they squeeze hard - be good to Wireshark to see if they optimized for first packet on initial stream or not (ie in a handshake or something too)

  • @ShaharHarshuv
    @ShaharHarshuv 2 месяца назад +4

    I adore the way to prompt your viewers to susbcribe

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

    Sounds about right to merge with "wizz" next time they can merge with with doodoo next

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

    15:08 i'm watching a lot of RUclips on bad train wifi

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

    Finally something that was only applicable internally had external side effects, jeje😅

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

    Oh boi, it's time to write a web app with Angular v1, v2 and v3 at the same time!

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

    RUclips mobile would still have 300 million users. That's a massive win for any framework to be used like that.
    I checked the mobile site on both chrome and brave browsers. It's still stuttering heavily

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

    Did my part by testing out signals here, can confirm, the subscribe button worked.

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

    What about GWT? Google Web Toolkit

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

      Long been deprecated.

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

      @@_____caseStill used in Gmail though if I recall.

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

    I was using Angular partly for the stability and now ... ugh

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

    the signal didn't work on this video lmao

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

    but youtube still one of the heaviest web app. I have low spec laptop, and i always avoid to open youtube when using that laptop.

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

    Signals are unproven? Knockout. Backbone. These were widely used?

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

    …meteor it’s using signals called tracker since 2012, mobx is based atoms which are a kind of signals. Why is signals an unproven concept?

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

    We should call it Wiz. Angular is dead after this.

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

    I watched this on RUclips mobile Web and the button did glow

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

    About the point you invoked about "if an app is serving Mbs, what's the point of optimizing it's code into Kbs"
    I think you've glossed over the fact that you had your answer when they spoke about the performance gain on skimming and navigating inside the video 😅
    I mean that, there's no relationship (or there shouldn't be) in most cases between the size of the app bundle and the assets served after the app load, in the case of RUclips, people can/may tolerate a slow loading video, but not a slow loading UI that loads a slow video 😊

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

    So there is another rewrite of some enterprise application that no one has time for? Is keeping the name but nothing else actually the same framework?

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

    why do we need so many different choices in JS that do the same thing, especially with the fundamental things like frameworks, package repos etc. developers should not split their time on different things to become just mediocre, we need specialisation and we also need marketable skills, and some of us have a life too.

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

    As if a new framework every day wasn't worse enough, Now frameworks are fusing together.

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

    Theo's vids mean I don't have to be on twitter anymore

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

    When you said "subscribe" the button stayed uninterested as ever.

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

    Battle is now with Devin not bashing angular framework wars over now Ai war

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

    Open Sauced on Top!

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

    Wasn't the Wiz the Michael Jackson Wizard of Oz?

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

    The call-out for people to rip youtube videos without permission, slightly edit them, and reupload them while explicitly saying you don't care about copyright laws is disgusting. I know I shouldn't expect much from someone who built a career on reading blog posts verbatim while interjecting minor comments, but still. Really disappointing.

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

    Theo: I don't like to be the one betting a big project on unproven thing.
    Also Theo: Anyways, let's build this new Upload Thing on unstable Next App router. 😀😎 (To be fair it is stable now)

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

      My "bleed responsibility" vid pissed a lot of people off but IMO addresses this fairly. Something like Solid or Svelte is an inherently riskier bet than ANYTHING Next is developing, simply because of the resources and adoption levels it has reached. Angular's signals are similar in this way. Even if they're experimental and broken, they're a safe bet, simply due to the existing adoption and investment into them

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

    theo is a true angular hater

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

    There's nothing interesting about signals only needing arrays and closures XD They're essentially just signals, aka an array of functions to callback when something happens when you get down to it, closures means it can handle stateful callbacks, that's all there is to it

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

    TCL produced the Blackberry devices until a few years ago, same as they do with Nokia. They don't own them.

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

    🙂

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

    it does already exist its called QWIK and its amazing

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

      You got me to check it out and you are right this shit looks amazing

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

    So what now? Wangular?

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

    angular is the best react is a cryptic shit

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

    I saw the "Angular is DEAD" item in your notion when I watched a stream this week, and I'm surprised at how much more clickbaity your notes are than the actual video

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

    Angular is the Java of the web

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

    Angulariz or Wangular?

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

    To be fair mobile RUclips is great. I only watch on the browser. I have the RUclips app disabled on my phone.

  • @Me-vc4sf
    @Me-vc4sf 2 месяца назад

    Yeah yeah every thing should be just react and next js

  • @ikbo
    @ikbo 28 дней назад

    Wiz, Angular, Polymer, Lit all doing the same thing. Absolutely Google way of doing things.

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

    please keep the words "Angular is dead for a day it will be worth saying". They are pushing it as much as they used to push GWT. I remember the day I went to manager to tell him GWT support will be dropped in 3 months. GWT is a dead technology. I was soo happy. Somehow the thing(GWT) is still alive and has support but we got rid of it when management still worried. It changed the team and reflected on others project once we moved away from it. I work a lot in Java environment which mean Angular everywhere my eyes can see. I have always hated the routing on angular, love the pipes, multi stage forms can be hard.

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

    Theo, question. I don't see the subscribe button. I only see the unsubscribe button 😢

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

    Lies all over the place. So sad to see this

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

    If the RUclips team is interested in improving performance on "low-end" devices, maybe they should uncouple resolution from framerate and finally let users enjoy FHD/QHD on their perfectly capable device that only struggles with the useless 60fps video of a guy talking...

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

    Tbh, I don't know anything about wiz, so this news means nothing...

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

    1:58 React devs have been saying this since 2015 but Angular has been faster than React since 2017. It's not a high bar.

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

    So that’s why GCP console is buggy and slow like sh*t

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

    Angular is dead. Long live Angular

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

    geeez... angular+nx ... no thanks

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

    i unsubscribed- just to watch that youtube signal in action-

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

    oh boy, wiz like piss?