Angular’s Third Era is…weird

แชร์
ฝัง
  • เผยแพร่เมื่อ 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 🙏
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @elephant_888
    @elephant_888 4 หลายเดือนก่อน +502

    "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 4 หลายเดือนก่อน +30

      yup very annoying.

    • @recycledsoldier
      @recycledsoldier 4 หลายเดือนก่อน +28

      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 4 หลายเดือนก่อน +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 4 หลายเดือนก่อน +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

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

      But you still clicked on the video and even left a comment. That's the point of clickbait. Views and engagement. It's clearly working.

  • @ToastRusk
    @ToastRusk 4 หลายเดือนก่อน +248

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

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

      Me too.

    • @du42bz
      @du42bz 3 หลายเดือนก่อน +11

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

  • @_____case
    @_____case 4 หลายเดือนก่อน +69

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

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

      Thanks. That has some very good informative weight.

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

      4:25

  • @nixoncode
    @nixoncode 4 หลายเดือนก่อน +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

  • @alvaromady
    @alvaromady 4 หลายเดือนก่อน +19

    Angular is actually better than before especially recently

  • @MikkelrumSkovgaardPetersen
    @MikkelrumSkovgaardPetersen 4 หลายเดือนก่อน +39

    "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 4 หลายเดือนก่อน +11

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

    • @vendetta3953
      @vendetta3953 13 ชั่วโมงที่ผ่านมา

      ​@@PhillipLippiso nextjs reducing a lot of redundant work is not good enough?

  • @teamgartz-motorsports6881
    @teamgartz-motorsports6881 4 หลายเดือนก่อน +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.

  • @varagor23
    @varagor23 4 หลายเดือนก่อน +13

    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.

  • @AngularUniversity
    @AngularUniversity 4 หลายเดือนก่อน +59

    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 4 หลายเดือนก่อน +4

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

    • @user-hx1lp6fc9r
      @user-hx1lp6fc9r 4 หลายเดือนก่อน

      Hot reload when?

    • @AngularUniversity
      @AngularUniversity 4 หลายเดือนก่อน +5

      @@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 4 หลายเดือนก่อน

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

    • @nick.h7566
      @nick.h7566 4 หลายเดือนก่อน

      Your content is 1000% better @AngularUniversity ❤

  • @HoNow222
    @HoNow222 4 หลายเดือนก่อน +5

    Angular era is sooo good rn

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

    Its a good year to pick up Angular

  • @SquelpDiscovery
    @SquelpDiscovery 4 หลายเดือนก่อน +50

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

    • @MelroyvandenBerg
      @MelroyvandenBerg 4 หลายเดือนก่อน +2

      so now it's not outdated anymore :D

    • @Matty0187
      @Matty0187 4 หลายเดือนก่อน +1

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

    • @Sameer.Trivedi
      @Sameer.Trivedi 4 หลายเดือนก่อน +1

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

    • @chiefkanakana
      @chiefkanakana 4 หลายเดือนก่อน +5

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

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

    Btw Qwik was inspired by Wiz

  • @zapphoddbubbahbrox5681
    @zapphoddbubbahbrox5681 4 หลายเดือนก่อน +10

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

  • @jonnyeh
    @jonnyeh 4 หลายเดือนก่อน +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.

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

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

  • @freon27able
    @freon27able 3 หลายเดือนก่อน +2

    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.

  • @seannewell397
    @seannewell397 4 หลายเดือนก่อน +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

  • @BlockCylinder
    @BlockCylinder 4 หลายเดือนก่อน +45

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

  • @angularrocks
    @angularrocks 4 หลายเดือนก่อน +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.

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

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

  • @mathesonstep
    @mathesonstep 4 หลายเดือนก่อน +1

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

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

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

  • @recycledsoldier
    @recycledsoldier 4 หลายเดือนก่อน +27

    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 4 หลายเดือนก่อน +6

      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 4 หลายเดือนก่อน +3

      @@HackersRUsredux + angular sounds like hell.

    • @willstew
      @willstew 4 หลายเดือนก่อน +2

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

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

      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 4 หลายเดือนก่อน

      ​@@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)

  • @tehArgento
    @tehArgento 4 หลายเดือนก่อน +12

    The subscribe button did indeed not change

  • @arijitRC7
    @arijitRC7 4 หลายเดือนก่อน +2

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

  • @MelroyvandenBerg
    @MelroyvandenBerg 4 หลายเดือนก่อน +19

    ahhhhh clickbait title

  • @brssnkl
    @brssnkl 4 หลายเดือนก่อน +1

    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 4 หลายเดือนก่อน +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: 😑

  • @ykhi
    @ykhi 4 หลายเดือนก่อน +2

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

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

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

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

    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.

  • @paarma1752
    @paarma1752 4 หลายเดือนก่อน +21

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

  • @Saeid-Za
    @Saeid-Za 4 หลายเดือนก่อน +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 ❤

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

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

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

    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.

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

    What is your wikipedia theme?

  • @ShaharHarshuv
    @ShaharHarshuv 4 หลายเดือนก่อน +5

    I adore the way to prompt your viewers to susbcribe

  • @kobibr9362
    @kobibr9362 4 หลายเดือนก่อน +1

    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.

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

    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

  • @int4_t
    @int4_t 4 หลายเดือนก่อน +2

    18:57 have you heard of sponserblock?

  • @darmou
    @darmou 4 หลายเดือนก่อน +6

    Taking a 'wiz' on Angular lol

  • @theacorn7240
    @theacorn7240 4 หลายเดือนก่อน +2

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

  • @JPeetjuh
    @JPeetjuh 4 หลายเดือนก่อน +686

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

    • @MarcLucksch
      @MarcLucksch 4 หลายเดือนก่อน +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 TH-cam for not fixing this in their algorithm

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

      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 4 หลายเดือนก่อน +41

      Can't agree more lol

    • @_ilearn
      @_ilearn 4 หลายเดือนก่อน +32

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

    • @jostasizzi818
      @jostasizzi818 4 หลายเดือนก่อน +16

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

  • @cocoscacao6102
    @cocoscacao6102 4 หลายเดือนก่อน +6

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

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

    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?

  • @kwii22789
    @kwii22789 4 หลายเดือนก่อน +2

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

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

    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

  • @caoutchouc-cc
    @caoutchouc-cc 4 หลายเดือนก่อน

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

  • @seannewell397
    @seannewell397 4 หลายเดือนก่อน +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)

  • @ISKLEMMI
    @ISKLEMMI 4 หลายเดือนก่อน +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 4 หลายเดือนก่อน

      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 4 หลายเดือนก่อน +2

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

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

      @@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?

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

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

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

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

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

    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.

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

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

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

    the signal didn't work on this video lmao

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

    …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?

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

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

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

    15:08 i'm watching a lot of TH-cam on bad train wifi

  • @grim.reaper
    @grim.reaper 4 หลายเดือนก่อน

    I have used wiz and it’s pretty cool

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

    TH-cam 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

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

    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 TH-cam, people can/may tolerate a slow loading video, but not a slow loading UI that loads a slow video 😊

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

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

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

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

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

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

  • @JunYamog
    @JunYamog 4 หลายเดือนก่อน +2

    What about GWT? Google Web Toolkit

    • @_____case
      @_____case 4 หลายเดือนก่อน +3

      Long been deprecated.

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

      @@_____caseStill used in Gmail though if I recall.

  • @diogotrindade444
    @diogotrindade444 4 หลายเดือนก่อน +1

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

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

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

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

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

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

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

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

    I watched this on TH-cam mobile Web and the button did glow

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

    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.

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

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

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

    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.

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

    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

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

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

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

    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  4 หลายเดือนก่อน

      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 4 หลายเดือนก่อน +1

    theo is a true angular hater

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

    Angulariz or Wangular?

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

    Open Sauced on Top!

  • @minor12828
    @minor12828 4 หลายเดือนก่อน +2

    Lies all over the place. So sad to see this

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

    So what now? Wangular?

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

    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

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

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

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

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

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

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

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

    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.

  • @botondvasvari5758
    @botondvasvari5758 4 หลายเดือนก่อน +1

    angular is the best react is a cryptic shit

  • @fifty6737
    @fifty6737 4 หลายเดือนก่อน +2

    it does already exist its called QWIK and its amazing

  • @dmitriyobidin6049
    @dmitriyobidin6049 4 หลายเดือนก่อน +1

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

  • @Me-vc4sf
    @Me-vc4sf 4 หลายเดือนก่อน

    Yeah yeah every thing should be just react and next js

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

    If the TH-cam 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...

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

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

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

    Angular is the Java of the web

  • @pongstr
    @pongstr 4 หลายเดือนก่อน +1

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

  • @sahbibg9680
    @sahbibg9680 4 หลายเดือนก่อน +1

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

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

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

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

    🙂

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

    oh boy, wiz like piss?

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

    Subscribe button didn't light up. Are you trolling us, Theo?