Netflix Replaces React with Vanilla JS

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 198

  • @ArmandSterbend
    @ArmandSterbend День тому +77

    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 День тому +7

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

    • @BrandonLazenby-ip3os
      @BrandonLazenby-ip3os День тому

      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 День тому

      this old fart doesnt understand modern software lol

    • @kelvinjohndomeh1488
      @kelvinjohndomeh1488 35 хвилин тому

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

  • @SaiyanJin85
    @SaiyanJin85 День тому +71

    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 День тому +4

      Who gets benefitted by these 'hyped technologies' ?

    • @Necropheliac
      @Necropheliac День тому

      @@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 День тому +1

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

    • @albertoarmando6711
      @albertoarmando6711 День тому +1

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

    • @SaiyanJin85
      @SaiyanJin85 День тому

      @@albertoarmando6711 lol

  • @999fini
    @999fini День тому +37

    2017 React and 2024 React are two completely different ecosystems

    • @I-AMSelf
      @I-AMSelf День тому +6

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

    • @PraiseYeezus
      @PraiseYeezus День тому +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 День тому

      @@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 День тому +3

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

    • @siamakut
      @siamakut День тому

      Which is better and which one do you prefer?

  • @whatnowZA
    @whatnowZA День тому +14

    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.

  • @Etcher
    @Etcher День тому +107

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

    • @TheBrainDunne
      @TheBrainDunne День тому

      same

    • @farhanasultana9213
      @farhanasultana9213 День тому +2

      I already knew this years ago. To much bloatware

    • @zebraforceone
      @zebraforceone День тому +2

      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 День тому +7

      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 День тому +7

      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.

  • @adventurer2395
    @adventurer2395 День тому +28

    Thanks for catching us up on 2017

  • @XShollaj
    @XShollaj День тому +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 День тому

      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 День тому +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

  • @PASTRAMIKick
    @PASTRAMIKick День тому +6

    So basically what SvelteKit does by design, amazing

    • @JCaesarMM96
      @JCaesarMM96 День тому

      really? never tried that FW :0

  • @LiamODev
    @LiamODev День тому +3

    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 :)

  • @rafageist
    @rafageist День тому +5

    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

  • @88Nieznany88
    @88Nieznany88 День тому +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.

  • @antonyleme7602
    @antonyleme7602 День тому +2

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

  • @edhahaz
    @edhahaz День тому +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 День тому

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

    • @SunAndMoon-zc9vd
      @SunAndMoon-zc9vd День тому

      @@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 День тому

      @@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 День тому

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

  • @czumar2d2
    @czumar2d2 День тому +2

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

  • @jjfattz
    @jjfattz День тому +4

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

  • @MrBox4soumendu
    @MrBox4soumendu День тому +1

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

  • @Jollyprez
    @Jollyprez День тому +1

    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 День тому

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

  • @danzingcat5949
    @danzingcat5949 День тому +1

    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.

  • @Joseph-vn8gh
    @Joseph-vn8gh День тому

    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.

  • @samus33529
    @samus33529 11 годин тому

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

  • @pabloenriquegorga4222
    @pabloenriquegorga4222 День тому +5

    Great news !!! thanks !

  • @christian-schubert
    @christian-schubert День тому +3

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

  • @Q-Productions23
    @Q-Productions23 День тому +1

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

  • @atirpok3
    @atirpok3 День тому +9

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

    • @StefanMischook
      @StefanMischook  День тому +1

      😂

    • @StefanMischook
      @StefanMischook  День тому +2

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

    • @atirpok3
      @atirpok3 День тому

      @@StefanMischook😂

    • @train_xc
      @train_xc День тому +2

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

    • @atirpok3
      @atirpok3 День тому

      @@train_xcyeah my dude, it was a joke …

  • @akmilPasha
    @akmilPasha День тому

    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.

  • @stevensoftware-engineer6997
    @stevensoftware-engineer6997 Годину тому

    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.

  • @oefzdegoeggl
    @oefzdegoeggl День тому +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.

  • @saifuddin395
    @saifuddin395 День тому

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

  • @Harshhasteer
    @Harshhasteer День тому

    You might not need that library - Maximiliano Firtman

  • @dipteshchoudhuri
    @dipteshchoudhuri День тому

    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?

  • @ProductPulse-iw3zk
    @ProductPulse-iw3zk День тому +3

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

    • @linonator
      @linonator День тому +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  День тому +3

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

    • @anonymousyt7725
      @anonymousyt7725 День тому +3

      @@StefanMischook What are you on Uncle Stef?

    • @Dgmstudios40
      @Dgmstudios40 День тому +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 День тому +1

      @@Dgmstudios40 😂😂 agreed

  • @c0ber
    @c0ber День тому +1

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

  • @PegeCovers
    @PegeCovers День тому

    You make very insightful videos

  • @AntonioDellElceUK
    @AntonioDellElceUK День тому

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

  • @radui7468
    @radui7468 День тому

    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 День тому

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

  • @hallv1
    @hallv1 День тому

    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.

  • @exactzero
    @exactzero День тому

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

  • @ParkourGrip
    @ParkourGrip День тому

    "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.

  • @flowerofash4439
    @flowerofash4439 День тому

    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"

  • @danmorris7402
    @danmorris7402 День тому

    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.

  • @brotherpeter00
    @brotherpeter00 День тому

    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 18 годин тому

      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.

  • @therongovender9471
    @therongovender9471 День тому

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

  • @leisiyox
    @leisiyox День тому

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

  • @statuschannel8572
    @statuschannel8572 День тому +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  День тому +6

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

  • @GyroMixes
    @GyroMixes День тому

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

  • @scepticalbeliever
    @scepticalbeliever День тому

    What do you think of HTMX?

  • @thomash4810
    @thomash4810 День тому

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

    • @StefanMischook
      @StefanMischook  День тому

      Yep. The lesson of the video is beyond react.

  • @dvdragon
    @dvdragon День тому

    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?

  • @WilliamParkerer
    @WilliamParkerer День тому

    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.

  • @ajaysihota2299
    @ajaysihota2299 17 годин тому

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

  • @JoeDoe1
    @JoeDoe1 День тому

    Thank you.

  • @kebman
    @kebman День тому +2

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

    • @LiamODev
      @LiamODev День тому

      Not as fast the 'machine code' framework ;)

    • @kebman
      @kebman День тому

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

  • @SXsoft99
    @SXsoft99 День тому

    netflix was never that complet to need something like react tbh

  • @nonefvnfvnjnjnjevjenjvonej3384

    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.

  • @jasonclement6305
    @jasonclement6305 День тому +1

    Hbo/max is lightyears behind netflix.
    Good shows though

  • @Mark73
    @Mark73 День тому +1

    What about Vue?

  • @archiemisc
    @archiemisc День тому

    The sooner we can phase out JavaScript, the better

  • @gabrielbarrantes6946
    @gabrielbarrantes6946 День тому

    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.

  • @LEDsellers
    @LEDsellers День тому +1

    This is just React via SSR

  • @6Diego1Diego9
    @6Diego1Diego9 День тому

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

  • @tradevon-markets
    @tradevon-markets День тому +1

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

  • @HallowedGrounds1313
    @HallowedGrounds1313 День тому +1

    Vanilla js. Ahh feels good

  • @franciscomateus1673
    @franciscomateus1673 День тому

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

  • @ricnyc2759
    @ricnyc2759 День тому

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

  • @mistergions
    @mistergions 18 годин тому

    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  17 годин тому

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

  • @KhalilCodes
    @KhalilCodes День тому +1

    He said in 2017?!

  • @endepointe
    @endepointe День тому +1

    thank gawd

  • @fwdflashwebdesign
    @fwdflashwebdesign День тому

    Can we build a different covid in react?

  • @jerryf196
    @jerryf196 21 годину тому

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

  • @reymago23
    @reymago23 День тому

    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

  • @HumanOpinions-bz9ky
    @HumanOpinions-bz9ky День тому

    U DA MAN!

  • @leftblank5315
    @leftblank5315 День тому

    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 ...

  • @tuphdc8779
    @tuphdc8779 21 годину тому

    oohh no, not React. This kills the bootcamper

  • @bobbypaycheque
    @bobbypaycheque День тому +6

    The world is healing, finally.

    • @MichaelAdebusuyi
      @MichaelAdebusuyi День тому +2

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

    • @StefanMischook
      @StefanMischook  День тому +1

      I hadn't heard that. Thanks!

    • @StefanMischook
      @StefanMischook  День тому +1

      LOL

  • @r21d
    @r21d День тому

    yeah, i mean even this is a mcguyver solution. .js is objectively bad at its job....

  • @dovh49
    @dovh49 День тому

    Remove it from the back end too. React sucks everywhere. Or maybe it's just the modern front end developers that don't know what they are doing.

  • @pixtweaks393
    @pixtweaks393 День тому +1

    Is HTMX the future?

    • @statuschannel8572
      @statuschannel8572 День тому +2

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

    • @StefanMischook
      @StefanMischook  День тому +4

      I don't think so. Not much adoption.

    • @pixtweaks393
      @pixtweaks393 День тому

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

  • @erlangparasu6339
    @erlangparasu6339 День тому +1

    lets do jquery

  • @khaledMohamed-tp4wx
    @khaledMohamed-tp4wx День тому

    Good to see that. Next tailwind ugly html

  • @fungicaeza
    @fungicaeza День тому

    Why this is trend now?

  • @everythingisfine9988
    @everythingisfine9988 День тому +1

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

  • @rcastrovexler2
    @rcastrovexler2 20 годин тому

    This is 2018 news...

  • @dannydelgado9820
    @dannydelgado9820 День тому

    Cut your hair.. it's very distracting..Great video uncle by the way, many thanks!

  • @noodlespwn42
    @noodlespwn42 День тому

    thanks unc

  • @aleksandarstanisic1848
    @aleksandarstanisic1848 День тому +2

    FE is so bad.

  • @ChrisBlue4U
    @ChrisBlue4U День тому

    I called it right...I gave up trying to master React because I started late and had a feeling it would phase out soon. Now we are seeing it happen.

    • @thomash4810
      @thomash4810 День тому +3

      It’s not phasing out anytime soon.

    • @gcash49
      @gcash49 День тому

      u did not call it lol, this happened years ago and they only replaced it on one of their static pages where SEO and loading time was more crucial.
      they still actively use React to build out other parts of their platform, just check their frontend job listings

    • @sorcerer2608
      @sorcerer2608 21 годину тому

      good to know almost 47% of the web still using react

  • @Juan-pu2rv
    @Juan-pu2rv День тому

    Merrige counselor 😂

  • @DEBUGENTITY
    @DEBUGENTITY День тому

    I like that ooo react😂😂

  • @JMxVideos
    @JMxVideos День тому

    BASED

  • @MentorAliu-in2in
    @MentorAliu-in2in День тому

    click farming title

  • @manu144x
    @manu144x День тому

    It makes total sense. Netflix doesn't have near the level of complexity in their interface to warrant the headaches of react.
    They'll probably (slowly) make their own (tiny) framework, focused on their needs. But only because Javascript needs to be managed and organized somehow.

  • @qbyteconsulting5729
    @qbyteconsulting5729 19 годин тому

    React sucks, shame it’s the default framework.

  • @reyreyalldayday5708
    @reyreyalldayday5708 День тому

    Handlebars!!! Lol jk

  • @dacam29
    @dacam29 День тому +2

    Next.js is so much better than React

    • @statuschannel8572
      @statuschannel8572 День тому +6

      Next is build on React!

    • @everythingisfine9988
      @everythingisfine9988 День тому +2

      Dude... No it's not. And it sucks for anything dynamic on the client. And it's written in react lol
      But your comment pretty much sums up my opinion of the next.js community reasoning skills

    • @mojekonto9287
      @mojekonto9287 День тому +3

      React is just a library that is a wrapper over vanilla js + it optimizes (through diffing) the DOM updates, which would be quite tricky if you had to update a lot of elements yourself in vanilla js. Next.js is a framework that works on top of React. I also prefer using Next.js, because it gives you consistent project structure, routing handling, ssr and much more.

    • @dacam29
      @dacam29 21 годину тому

      ⁠@@statuschannel8572 Yeah i know, that was the joke 😂

    • @dacam29
      @dacam29 21 годину тому

      @@everythingisfine9988 I know, that was the joke 😂

  • @ehabsabry9358
    @ehabsabry9358 День тому

    It is will be fast but the security will be shit, beside the code will be more complicated .

    • @Ubben1999
      @Ubben1999 День тому +1

      Any evidence (or just reasoning) for any of that?

  • @roccociccone597
    @roccociccone597 День тому +1

    React sucks