Netflix Replaces React with Vanilla JS

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

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

  • @whatnowZA
    @whatnowZA 25 дней назад +50

    To be fair, Netflix didn't stop using React. It just opted to use Vanilla JS for the landing pages, which makes sense because the real features of Netflix are needed after you've logged into the platform.
    So the narrative that Netflix is now using Vanilla JS is very misleading.

  • @ArmandSterbend
    @ArmandSterbend 26 дней назад +137

    Nope. They stopped using React in the LANDING page. News: They use React again. But the whole Netflix web app is using React, everything.

    • @reze_dev
      @reze_dev 26 дней назад +13

      Yeah, he doesn't even says what part uses vanilla js

    • @BrandonLazenby-ip3os
      @BrandonLazenby-ip3os 26 дней назад

      This whole video is dumb as hell, making a static landing page is easy and common practice. And you cannot and would never replace a large react app with vanilla JS. That makes zero sense. Replicating that in vanilla JS would be 3-5x more code of imperative spaghetti and be slower. Maybe you would refactor it to a different JS framework.

    • @perc-ai
      @perc-ai 26 дней назад

      this old fart doesnt understand modern software lol

    • @kelvinjohndomeh1488
      @kelvinjohndomeh1488 24 дня назад +2

      Haha..I wonder why he didn't explain nor say that

    • @Unknown-zs8ex
      @Unknown-zs8ex 24 дня назад

      @@kelvinjohndomeh1488because he just surveys the web news on surface level and does not bother to double-check…

  • @999fini
    @999fini 26 дней назад +46

    2017 React and 2024 React are two completely different ecosystems

    • @I-AMSelf
      @I-AMSelf 26 дней назад +6

      Exactly, the pain points that they were trying to mitigate are completely solved by React Server Components and Server Actions etc.

    • @PraiseYeezus
      @PraiseYeezus 26 дней назад +1

      @@I-AMSelf ironically the article seems to state that Netflix did their own implementation of RSC before it was being used everywhere

    • @I-AMSelf
      @I-AMSelf 26 дней назад

      @@PraiseYeezus Well the original implementation (concept at-least) has been around for a long time, they probably have the man power to implement in the same way that both the RSC has been used at both Facebook and Instagram for a while and how the New Architecture for React Native has been online at the same companies for a while as well.

    • @kowaihana
      @kowaihana 26 дней назад +3

      ​@@I-AMSelfyea, well, "server side rendering" is how they used to make websites back in the day iirc

    • @siamakut
      @siamakut 25 дней назад

      Which is better and which one do you prefer?

  • @SaiyanJin85
    @SaiyanJin85 26 дней назад +78

    To be honest the real culprit is the tech stack itself. I mean if javascript was sophisticated enough to do things natively and eliminate all these bundlers and preprocessors everything would be much much better, that's why technologies like HTMX is so appealing nowadays. We are at the point that setting app the frontend stack is much harder than the backend one, that's unheard of and honestly doesn't make sense...

    • @Harshhasteer
      @Harshhasteer 26 дней назад +4

      Who gets benefitted by these 'hyped technologies' ?

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

      @@HarshhasteerDepends on what you consider a benefit. Are we talking about number of stars on GitHub or are we talking about real world money. TBH if you value revenue, I don’t think anyone actually benefits from the rapid pace of replacement technology. I think the boring truth is that the less churn a tech stack has, the more it benefits the cost:revenue ratio.

    • @SaiyanJin85
      @SaiyanJin85 26 дней назад +1

      @@Harshhasteer I don't understand the question. All I'm saying front end has a lot of friction

    • @albertoarmando6711
      @albertoarmando6711 26 дней назад +1

      This is so true. I'm helping to update a product that has more dependencies than features.

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

      @@albertoarmando6711 lol

  • @adventurer2395
    @adventurer2395 26 дней назад +34

    Thanks for catching us up on 2017

    • @atirpok3
      @atirpok3 26 дней назад +2

      Lol exactly what I came here to say

    • @StefanMischook
      @StefanMischook  25 дней назад +1

      No problem 👍

    • @randomaiuser
      @randomaiuser 23 дня назад

      uncle Stef cares about all u late comers

  • @Etcher
    @Etcher 26 дней назад +124

    As someone who thinks React is a silly, bloated, turgid mess I am happy to hear this news.

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

      same

    • @farhanasultana9213
      @farhanasultana9213 26 дней назад +2

      I already knew this years ago. To much bloatware

    • @zebraforceone
      @zebraforceone 26 дней назад +3

      Granted, parts of the component ecosystem are a mess but React itself is a few kilobytes in size.
      I'm not saying it's perfect but your options are pretty rich if you need components to be fair.

    • @petursteinn9718
      @petursteinn9718 26 дней назад +10

      I'm curious what you guys think of as bloat in React? What is so messy about it? Coming from someone who uses it every day but I am very open for hearing criticism, not like it's my religion.

    • @PraiseYeezus
      @PraiseYeezus 26 дней назад +10

      lol, and you think vanilla JS isn't a mess? I guarantee that Netflix essentially built their own "framework" under the hood that you would probably make similar comments about, because it can be a pain to work with at scale with large/multiple teams. That's how frameworks usually come into existence in the forst place.

  • @PASTRAMIKick
    @PASTRAMIKick 26 дней назад +8

    So basically what SvelteKit does by design, amazing

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

      really? never tried that FW :0

  • @XShollaj
    @XShollaj 26 дней назад +12

    Thank you Stefan. Whenever I can I try to write everything in vanilla python, js or any language im using instead of over relying on external libraries. I would rather spend more time writing code from scratch but having solid control over the codebase, rather then have so many unnecessary over abstractions. Would love to see more companies move in this direction, rather then having to make the tradeoff for speed in accumulated technical debt long term.

    • @christiehill7135
      @christiehill7135 25 дней назад

      I like it too, but I've seen some incredibly bad vanilla code that could have been handled by a framework. The finished software was so full of issues and impossible to maintain. I suppose the people who wrote it didn't know what they were doing. Frameworks can bloat your software, but be careful of reinventing the wheel, especially if it's a paying customer's stuff. Doing things with vanilla programming language is great for learning the nitty gritty stuff, though!

    • @ericl6460
      @ericl6460 25 дней назад +1

      Sounds like you are just wasting time and making a worse product, then.
      Vanilla web development is a huge pain unless you have a really simple static site

  • @LiamODev
    @LiamODev 26 дней назад +4

    That's awesome if you can afford the investment in re-inventing a slightly smaller wheel. But...
    - If you just wanna halve the loading time of your app with a one-liner (well, about 3 lines): Preact > React. Your mileage may vary, but was an instant win for me (also for performance and reduced memory footprint for embedded systems).
    - If you wanna spend ages rolling your own framework (depending how complex your app is - whilst also getting your entire team to agree about every little architectural decision already solved by each framework): Vanilla JS.
    - If you want 'no framework' but all the things: Web Components (best of luck).
    - If you want maximum speed and tiny download size, along with a complete rewrite in a new tech (until something even better comes out next week): HTMX :)

  • @TheYinyangman
    @TheYinyangman 11 дней назад +1

    In 2017 ? That’s like 8 generations in web dev

  • @pabloenriquegorga4222
    @pabloenriquegorga4222 26 дней назад +5

    Great news !!! thanks !

  • @stevensoftware-engineer6997
    @stevensoftware-engineer6997 24 дня назад +2

    That's the reason I chose van.js course it's a smaller and more lightweight library compared to React. It has a smaller footprint and requires less boilerplate code to get started.

  • @antonyleme7602
    @antonyleme7602 26 дней назад +5

    That's crazy how the entire community is freaking out over something that happened back in 2017

  • @rafageist
    @rafageist 26 дней назад +8

    Netflix didn't eliminate React entirely. Instead, it uses React server-side to pre-render HTML, which is sent to the client for fast initial loading. On the client side, vanilla JavaScript handles interactive elements, allowing for quicker load times and fewer resources than would be needed with React

  • @Unknown-zs8ex
    @Unknown-zs8ex 24 дня назад +1

    It was not only speed optimization but for SEO purposes also back then…
    Now we have server-side components and Next.js

  • @Q-Productions23
    @Q-Productions23 26 дней назад +2

    Sir do you think it’s still worth building apps with Nextjs?

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

    Hey Stef, how did you maintain consistency all the way? I'm struggling with consistency. Do you have any suggestions?

  • @88Nieznany88
    @88Nieznany88 26 дней назад +11

    Honestly, just do what works for you. I've been temporarily working on frontend team past few months (im backend engineer) and im suprised how quick you can achieve things with react, and reusing components/hooks.

  • @czumar2d2
    @czumar2d2 26 дней назад +2

    You describe what Qwik framework is... resumability, automatic optimizations, only load JS when need, only excecute the JS when really matter.

  • @MrBox4soumendu
    @MrBox4soumendu 26 дней назад +1

    Thanks for spreading the helping hand...❤ Nice topic...

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

    The client Server-Client problem reminds of an interview with an Apple Exec. How much of the ""Apple Intelligence" service is going to be on the phone vs offloaded into the cloud?

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

    they can improve the load speed of the website all they want but the core problem(s) at Netflix is/are elsewhere.

  • @Jollyprez
    @Jollyprez 26 дней назад +2

    Had to do this a lot for SEO purposes. Also, seriously, there are tiny tiny libraries that give 90% of the good stuff without all the complexity & crap. alpine js comes to mind.

    • @DrMorax
      @DrMorax 26 дней назад +1

      I agree, my whole tech stack for UI is just Alpine + HTMX + Tailwind

  • @danzingcat5949
    @danzingcat5949 26 дней назад +2

    I remember suggesting to not use React.js in my last job but I got forced and then got scolded for my code being "too slow" while being in development mode and before making any optimizations.

  • @edhahaz
    @edhahaz 26 дней назад +9

    And next month it will be Svelte. And then Solid and then they will make their own. Because they can afford it.

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

      It's not expensive to make your own JS framework.

    • @SunAndMoon-zc9vd
      @SunAndMoon-zc9vd 26 дней назад

      @@aiamfree I believe it can be expensive to make a new JS framework which is to be used for a web site/application such as Netflix. I would guess it from idea to a first testable full version may take at least 2000 hours. This includes planning, testing etc. Then comes the cost of having all employees in the development department learning the new framework, integration with backed, and further patching and so on. I.e. for Netflix to create and switch over to a new JS framework may take many, many hours = be expensive.

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

      @@SunAndMoon-zc9vd that’s the cost of bureaucracy not the cost of an actual framework. JavaScript was created by one person…in something like 10 days, so the story goes.

    • @SunAndMoon-zc9vd
      @SunAndMoon-zc9vd 26 дней назад

      @@aiamfree I thought this discussion was in context of Netflix? Time = money. Both because somebody needs to be paid to develop the new framework for Netflix, and also the cost of said person not being able to work on further developing the already existing product. Creating a JS framework for a company includes the bureaucracy.
      The first version of JavaScript was created in 10 days. The version we have now took 20+ years to reach.

  • @c0ber
    @c0ber 26 дней назад +1

    2017 ? Hows current stack and % of use of the techs looks right now ? 7+ years is too much time...

  • @JJTradesEverything
    @JJTradesEverything 26 дней назад +4

    A breaking news story reported 7 years late. Nice. Thanks.

  • @gffilm
    @gffilm 23 дня назад

    Mixed reactions here:
    React may be bloated and slow down response time a bit, but it provides a huge community of support for bug fixes and features.
    When you rely on vanillaJS you are responsible for maintaining reliability for all supported browsers and when those browsers make updates you need to be on top of them.
    Obviously Netflix has a huge array of developers so they will be able to handle those but smaller companies would do best to use a client side library to ensure reliability

  • @atirpok3
    @atirpok3 26 дней назад +10

    Next in breaking news, Merrill Lynch stopped using cobol in 1986

    • @StefanMischook
      @StefanMischook  26 дней назад +1

      😂

    • @StefanMischook
      @StefanMischook  26 дней назад +2

      … man, I hadn’t heard, I’ll need to do a breaking news video on it!

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

      @@StefanMischook😂

    • @train_xc
      @train_xc 26 дней назад +3

      Here’s is the fact: Citi, BOA Merrill Lynch, AIG all using COBOL in 2024

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

      @@train_xcyeah my dude, it was a joke …

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

    Is it possible that we will have no additional libs (like jquery, react) or frameworks (angular) at all ? Only clean JS will do everything what we need.

  • @MrEliyahilel
    @MrEliyahilel 19 дней назад

    React always take place and make sense in my frontend applications, there is a reason for using a framework look at React router system for example... now think of doing that with plain javascript (also react saves you page refreshes) I see more benefits in general using a framework and I am sure Netflix could come with another solution rather than replacing react. Also interesting the rate that google using Angular rather than vanilla or the opposite. Thanks a lot for your sharing it is very interesting.

  • @samus33529
    @samus33529 25 дней назад

    Makes sense. The landing page probably didn't need React or any framework.

  • @Joseph-vn8gh
    @Joseph-vn8gh 26 дней назад

    what a great vid. you even define the term frontend. if only more people didn't speak in tongues when teaching. i also appreciate the strategies you suggest for client-side performance and whatnot. this is a real tech video right here.

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

    Do you think it is a good idea to start a SaaS selling courses like udemy, but only for language learning? What do you recommend on how to start, and also how to find teachers that want to sell their courses?

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

      Selling courses is like cucking your mom for free. Knowledge must be free.

  • @ProductPulse-iw3zk
    @ProductPulse-iw3zk 26 дней назад +3

    as a beginner who wants to work as a freelancer is it better to stick with vanilla js.

    • @linonator
      @linonator 26 дней назад +3

      Knowing vanilla js is great since it’s the core of the web. But you have to also keep in mind what jobs on the market are looking for since you’ll be freelancing.

    • @StefanMischook
      @StefanMischook  26 дней назад +3

      For freelance ... vanilla is the way to go 100%.

    • @anonymousyt7725
      @anonymousyt7725 26 дней назад +3

      @@StefanMischook What are you on Uncle Stef?

    • @Dgmstudios40
      @Dgmstudios40 26 дней назад +2

      @@linonator Most freelancer will be working with small businesses. Creating a website for a small business using react is ridiculous and borderline fraudulent.

    • @linonator
      @linonator 26 дней назад +1

      @@Dgmstudios40 😂😂 agreed

  • @danmorris7402
    @danmorris7402 25 дней назад

    I have a giant old system I upgraded to angular, but I left the landing and login pages vanilla. Now I wish I'd just done the entire damn thing in vanilla.

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

    Landing page.. that's not completely removed thou which you are implying :/

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

    You make very insightful videos

  • @6Diego1Diego9
    @6Diego1Diego9 25 дней назад +1

    You never talk about the benefits of a corporate job. Like insurance and 401k.

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

    I think the framing is wrong. They didn't move away from react completely. Instead they moved the computation to the server which reduced bundle size. Am i missing anything?

  • @christian-schubert
    @christian-schubert 26 дней назад +3

    The fact alone that this now somehow is big news shows the absurdity of the current web's overall architecture

  • @JLarky
    @JLarky 14 дней назад

    Is this video from 2016?

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

    server computer are made big and powerful for what if they move most the computing responsibility to client?
    it is like restaurant giving you raw vegetables and meat and said "here cook it by yourself and give us money"

  • @pollathajeeva23
    @pollathajeeva23 24 дня назад

    So how do they use OTEL for observation in frontend

  • @exactzero
    @exactzero 25 дней назад

    You don't have the whole context. They only did it for the landing page. The whole app is React then and still.

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

    So, they removed react from the landing page. That’s it?

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

      Yep. The lesson of the video is beyond react.

  • @baconisgood4me746
    @baconisgood4me746 24 дня назад +1

    back to basics

  • @ratuldhaka
    @ratuldhaka 21 день назад

    Uncle Stef often downplays React, likely because he's never worked with it or taught it to his students. That's why he periodically releases videos with this perspective. The reality, however, is that React is widely used. If you want to secure a front-end development job in today’s market, you need to know React, Vue, or Angular-there's really no way around it.

  • @Mark73
    @Mark73 26 дней назад +1

    What about Vue?

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

    What do you think of HTMX?

  • @oefzdegoeggl
    @oefzdegoeggl 26 дней назад +1

    Yeah, you're right, the basic idea once was to shift some work to the client to take load off the server. That worked great until these garbage frameworks came into play. No matter which of them, to me it seems that they're pumping up a trivial problem (updating a bit UI on the client) into a giant mess of overengineered and way to complex shit and then claim "Ha! We have a solution to this!" 🤦🏼‍♂ It's actually fairly easy: Throw them out. Altogether. Use HTMX and a bit of JS and that's it.

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

    "Netflix's approach highlights that complex frameworks aren't always necessary..." Isn't their solution more complex now? They moved the complexity to the server but the system as a whole is more complex then before. There is nothing simple about react server components.

  • @ebouls9210
    @ebouls9210 17 дней назад

    I work at Netflix and no we didn’t stop using React

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

    I feel that the title of the video is a bit misleading.

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

    I like the news. I really don't like a bunch of frameworks and libraries doing almost the same thing one on top of the other and making the things more complex everyday... Instead, I prefer a good standard with the ability to improve over the time.

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

    You might not need that library - Maximiliano Firtman

  • @RickBeacham
    @RickBeacham 23 дня назад

    Front End rendering does not work well for mobile devices. Its always better to have CRP run from the server. Next.js is good for this. But always use vanilla JS, CSS , and HTML when you can. No need to add some framework for lazy loading images for instance.

  • @leftblank5315
    @leftblank5315 26 дней назад +1

    I replaced react, vue, and svelte with alpinejs and i pretty much write vanilla js, while benefiting from its reactivity. Done with vite, npm, and other bullshit. Go and django for backend, doht need any fucking SPAs. Done, burnt out, fuck you js ...

  • @brotherpeter00
    @brotherpeter00 25 дней назад

    Vanilla JS is almost always the way to go. The problem is that the web exploded faster than qualified people could be trained. Companies needed websites to cash in on the internet and there were not enough computer programmers and software engineers available. That created a sort of wild west situation which led to the hiring of uneducated unqualified people. The cheapest thing for the industry to do was have a few qualified smart people make frameworks and libraries so that the uneducated unqualified masses could produce some kind of result regardless of how poor it was. Now that the dust has settled and we have more educated qualified people it is incumbent that we stop hiring boot camp graduates and those without degrees and we start actually hiring qualified people that understand computer science and software engineering.

    • @williamparrish2436
      @williamparrish2436 25 дней назад +1

      What I think would work better is actually teaching JS in schools. Because it is a whole different way of thinking than C++ or Java.

  • @jenstornell
    @jenstornell 24 дня назад

    I sometimes move js stuff to css. Also an interesting shift.

  • @SXsoft99
    @SXsoft99 25 дней назад

    netflix was never that complet to need something like react tbh

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

    Can we build a different covid in react?

  • @ethanhermsey
    @ethanhermsey 24 дня назад

    Kinda funny title.. React IS vanilla Javascript. But I understand what is meant.

  • @jerryf196
    @jerryf196 25 дней назад +1

    React is overkill and just a UI library. Just use native web components

  • @genechristiansomoza4931
    @genechristiansomoza4931 13 дней назад

    Vanilla javascript lasts as long as the language lasts.

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

    I mean... If you scale large enough like netflix makes sense but for medium companies that wont grow ever react is ok

  • @ajaysihota2299
    @ajaysihota2299 25 дней назад

    The actual web app would be a nightmare to migrate to vanillajs..i think this is just for the non functional parts

  • @KhalilCodes
    @KhalilCodes 26 дней назад +1

    He said in 2017?!

  • @qbyteconsulting5729
    @qbyteconsulting5729 25 дней назад +2

    React sucks, shame it’s the default framework.

  • @HumanOpinions-bz9ky
    @HumanOpinions-bz9ky 26 дней назад

    U DA MAN!

  • @sinan.e
    @sinan.e 13 дней назад

    Dude, they don't say that we stopped using React, they just said that we will use Vanilla JS on the Netflix homepage for fast loading and commenting.
    You said a lot, but you couldn't comment on the technical structure of the subject.
    I expected you to be a good footballer in the past and comment like a good technical director in your retirement (like Zinedine Zidane).
    Unfortunately, you commented like a sports commentator commenting on a match with hearsay :)

  • @mistergions
    @mistergions 25 дней назад

    Click-bait: Netflix replaced React with Vanilla JS only on the landing page in 2017. The rest of the site is still in React.

    • @StefanMischook
      @StefanMischook  25 дней назад

      Watch the video and you’ll see there is much more to it than React or Netflix.

  • @LEDsellers
    @LEDsellers 26 дней назад +1

    This is just React via SSR

  • @WilliamParkerer
    @WilliamParkerer 25 дней назад

    Bruh it's just the landing page, might as well not use javascript at all. That doesn't mean anything in the de-framework movement.

  • @kebman
    @kebman 26 дней назад +2

    The VanillaJS framework is superior in many ways, especially considering what a light-weight download it is.

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

      Not as fast the 'machine code' framework ;)

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

      @@LiamODev This is indeed the fastest, but it's surprisingly bulky to download, and the code base is not exactly intuitive.

  • @MentorAliu-in2in
    @MentorAliu-in2in 25 дней назад +1

    click farming title

  • @jasonclement6305
    @jasonclement6305 26 дней назад +1

    Hbo/max is lightyears behind netflix.
    Good shows though

  • @JoeDoe1
    @JoeDoe1 25 дней назад

    Thank you.

  • @statuschannel8572
    @statuschannel8572 26 дней назад +2

    Netflix removed React 7 years ago and i try to make content out of it but I'm too broke to pay for a medium article. so i read the introduction and talk like i fully understand everything. Netflix only removed React on the landing page

    • @StefanMischook
      @StefanMischook  26 дней назад +6

      Yep .. I spend all my cash on hair care products.

  • @archiemisc
    @archiemisc 25 дней назад

    The sooner we can phase out JavaScript, the better

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

    React and other syndicates are good only for todo apps. Vanilla JS is always the king. Die react and Hail HTMX and FAST-HTML

  • @mred5
    @mred5 14 дней назад

    They could have achieved that with SSG!

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

    I'm learning programming and I've avoiding JS because of the frameworks.
    Am I the only one?

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

    I sometimes enter pages that are so bloated and slow that I just don't even bother... Poorly coded react is painfully slow, still I would use it for quick development, well done is decently fast. Probably thede devs are just crappy at react and then they are redrawing a lot.

  • @endepointe
    @endepointe 26 дней назад +1

    thank gawd

  • @tradevon-markets
    @tradevon-markets 26 дней назад +1

    My mind refused to grasp react since i didn't find it convincing enough. I love my vanilla JavaScript

  • @sayedaliaqamousavi9064
    @sayedaliaqamousavi9064 22 дня назад

    And ChatGPT replaced Next.js with Remix.

  • @tuphdc8779
    @tuphdc8779 25 дней назад

    oohh no, not React. This kills the bootcamper

  • @manto7
    @manto7 24 дня назад

    Vue dev smiling in the corner

  • @Brawlstriker89
    @Brawlstriker89 16 дней назад

    I learned full stack vanilla JavaScript. Then learned these things called frameworks.. and I’ve not learned them. And don’t think I want to. Just don’t need too.. so why

  • @pixtweaks393
    @pixtweaks393 26 дней назад +1

    Is HTMX the future?

    • @statuschannel8572
      @statuschannel8572 26 дней назад +2

      nope! its something everyone talks about and no one using it on production

    • @StefanMischook
      @StefanMischook  26 дней назад +4

      I don't think so. Not much adoption.

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

      @@statuschannel8572 I do, just coding another piece with it.

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

    JavaScript and web devs, soy boys need to constantly be told what to do. They are like absolute sheep. They have no thoughts or ideas of their own. And they wait for somebody, some influencer, some large company to tell them what they should be doing next. Now you will see a lot of Twitter and LinkedIn posts about why React is no longer as good.

  • @everythingisfine9988
    @everythingisfine9988 26 дней назад +1

    Could just use svelte. I mean, it compiles down to vanilla JS. No Shadow Dom

  • @bobbypaycheque
    @bobbypaycheque 26 дней назад +6

    The world is healing, finally.

    • @MichaelAdebusuyi
      @MichaelAdebusuyi 26 дней назад +2

      You would probably like to know that Microsoft Edge is also switching from React to using web components.

    • @StefanMischook
      @StefanMischook  26 дней назад +1

      I hadn't heard that. Thanks!

    • @StefanMischook
      @StefanMischook  26 дней назад +1

      LOL

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

    wait, this 4 years old video just came on my feed, annnnnd it is from a 2017 blog post ? anyway, React is not always the way to go, I personally never liked it

  • @rcastrovexler2
    @rcastrovexler2 25 дней назад

    This is 2018 news...

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

    BASED

  • @khaledMohamed-tp4wx
    @khaledMohamed-tp4wx 26 дней назад

    Good to see that. Next tailwind ugly html

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

    thanks unc

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

    Why this is trend now?