React for the Haters in 100 Seconds

Sdílet
Vložit
  • čas přidán 21. 04. 2022
  • React is the most popular JS framework ever, but some web developers out there say it sucks. Let's take a look at the criticisms and hate directed towards React.js.
    #js #programming #comedy
    🔗 Resources
    Really, why react? dev.to/jfbrennan/really-why-r...
    React Sucks / react_sucks
    React in 100 Seconds • React in 100 Seconds
    Compare 10 JS Frameworks • I built the same app 1...
    Buy my React Course fireship.io/courses/react/
    🔥 Get More Content - Upgrade to PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - Problems with React
    - Should I use React.js?
    - Why do people hate react?
    - Is react still a popular JS framework
  • Věda a technologie

Komentáře • 2,8K

  • @Fireship
    @Fireship  Před 2 lety +13223

    buy my react course

  • @superslayerguy
    @superslayerguy Před 2 lety +9459

    I'm a full-time React developer & this gave me a good laugh. React's most useful feature is that it can pay the bills.

    • @overlisted
      @overlisted Před 2 lety +673

      that's a very important feature

    • @luberius
      @luberius Před 2 lety +69

      LMAO

    • @samuelhimmelstrup799
      @samuelhimmelstrup799 Před 2 lety +190

      Pretty sick feature if you ask me!

    • @nurhesen
      @nurhesen Před 2 lety +23

      True. Also with Chakra UI it is pretty easy to style pages. I think it should be used more widely than MUI

    • @haroonmalik6682
      @haroonmalik6682 Před 2 lety +36

      I am also learning React and simply loving it. Hope I'll become a full time react developer.

  • @basione
    @basione Před rokem +1611

    Honestly, React changed my life when it burst onto the scene.
    I became a back-end dev 😁

    • @shapelessed
      @shapelessed Před 10 měsíci

      I changed to backend the moment I tried React...
      Now unless the employer agrees to use Svelte I tell them to F themselves.

    • @albithesecond3921
      @albithesecond3921 Před 9 měsíci +4

      reacts frontend?

    • @kennedylelei
      @kennedylelei Před 9 měsíci +180

      ​@@albithesecond3921 the joke: 1 you: 0

    • @albithesecond3921
      @albithesecond3921 Před 9 měsíci +36

      @kennedylelei8453 oh lolll

    • @Sfxxfs
      @Sfxxfs Před 8 měsíci +4

      Same feeling 😂

  • @NonTwinBrothers
    @NonTwinBrothers Před 2 lety +1042

    I love how you can never tell if this man is sincere or not, and yet he still presents everything you need to learn.
    That's some serious writing skill right there

    • @simonboddy7415
      @simonboddy7415 Před 2 lety +35

      He's a little bit the Shakespeare of tech writing. So good, you can never be totally sure which side he's on !

    • @carlosmspk
      @carlosmspk Před 7 měsíci +5

      I love that you can always tell what's a joke and what's not, but it comes so out of the blue that there's that little delay between him saying a normal sounding sentence and you going "lol"

  • @alexanderst.7993
    @alexanderst.7993 Před 2 lety +2405

    "For the haters" is actually a really good way to generate,so to speak, programming humor.
    Not that i hate react but this is still hilarious

    • @insertedgynamehere6487
      @insertedgynamehere6487 Před 2 lety +5

      >programming
      >humor
      pick one. nerds arent funny hate to break it to u :0

    • @razorwireneck
      @razorwireneck Před 2 lety +20

      @@insertedgynamehere6487 implying that programmers are nerds, wish they was tbh

    • @capsey_
      @capsey_ Před 2 lety +16

      @@insertedgynamehere6487 if programmers were actually nerds our world would be much better place

    • @telnobynoyator_6183
      @telnobynoyator_6183 Před 2 lety +7

      There are two kinds of good programming humor
      - laughing at dumb shit lunatics say (gophers)
      - ironically (or not) hating on something (like the go programming language)

    • @skills697
      @skills697 Před 2 lety +1

      for ( haters = 0; haters < views; haters++ )

  • @Mr_bombastic-839.
    @Mr_bombastic-839. Před 2 lety +6958

    you should really do another series of "For the Haters in 100 seconds". this was awesome.... satirical, but very informative...

  • @PzMcQunn
    @PzMcQunn Před rokem +316

    "UseEffect if a great way of introducing infinite loops"
    Yes it is...I was supposed to make a page as an assignment, that could display the weather in a selected city. This info had to be fetched from weatherstack, where you can have x-amount of api-calls with the free user. Well I introduced an endless loop with a UseState, and accidentally used all of my couple of hundred calls in under a second. Thanks lmao.

    • @wheeler553
      @wheeler553 Před rokem +15

      thats hilarious

    • @agsystems8220
      @agsystems8220 Před rokem +17

      I remember hearing a talk by a facebook developer who was talking about making his code safe, and one of his comments was about "colleagues accidentally DDoSing your service". I had no idea how that could happen regularly enough to be specifically called out till now! :D

    • @justanaveragebalkan
      @justanaveragebalkan Před rokem +25

      Wait for the day when you call an azure api and your bill jumps to 50k in 10 seconds, then you will understand why studying fundamentals and learning how to build stuff on your own actually matters.

    • @Rodrigo-jd2wg
      @Rodrigo-jd2wg Před rokem +28

      @@justanaveragebalkan nah, what you will understand is that you shouldn't use react xD

    • @justanaveragebalkan
      @justanaveragebalkan Před rokem

      @@Rodrigo-jd2wg I don't use it no?

  • @mentoriii3475
    @mentoriii3475 Před rokem +261

    as a professional react dev, i never knew react syntax is annoying until i played a little bit with svelte and vue

    • @CottidaeSEA
      @CottidaeSEA Před rokem +31

      My complaints about React are basically the same complaints others have about Java. It's slow, loads of boilerplate code and it takes too long to get things going.
      At least it doesn't need a compiler... oh wait... is that webpack I see with 50 different arcane plugins to get the work done? Oh dear...

    • @wanderingpalace
      @wanderingpalace Před rokem +9

      im just learning react
      react's complex structure is one of its gimmick
      just as stated in the video "all the complexity make you feel like you are a real developer
      to me, c c++ is a real language but javascript is also a real language with its quirks and weird stuffs
      complexity makes things real and fun
      to me, java is not a real language because java is too simple in terms of syntax
      1 year old kid can learn java in 10 days

    • @y200sub
      @y200sub Před rokem +29

      @@wanderingpalace Ummm... Java is a real language, a shitty, annoying, verbose language, but still a real language that does very real apps

    • @shimadabr
      @shimadabr Před rokem +20

      @@wanderingpalace Complexity may make things "real and fun", until you have a real project with real deadlines, real complexity and need it to really scale haha. C++ has it's speed, hardware level communication and flexibility that makes it appropriate for certain projects, and Java has it's safety, huge ecosystem and quality libraries/frameworks that makes it appropriate for other projects (and it's not even THAT verbose nowadays). Both are great tools for what they can do.
      But complexity for the sake of complexity is plain stupid, with so many quality alternatives for frontend, i don't know why react is still the top pick, maybe because of the metaframeworks? Who knows.

    • @ir1528
      @ir1528 Před rokem +1

      It's easy to experience it if you know plain js or Typescript

  • @madhavmanocha4999
    @madhavmanocha4999 Před 2 lety +1934

    "this has been me destroying my reputation in the react community". Man, you are the reason why many of us joined these communities in first place.

  • @mo_mo1995
    @mo_mo1995 Před 2 lety +2886

    This is actually a good series to learn the disadvantages of those techs.

    • @LinkEX
      @LinkEX Před 2 lety +124

      I think I would honestly have an easier time choosing a framework if I were given a satirical criticism in this style for each framework. (Thanks, negativity bias.)

    • @Aliens1337
      @Aliens1337 Před 2 lety +56

      @@LinkEX 100% real with you, clients don't pick "the best" framework, they pick the most popular one. Most of my clients and companies I worked for, the shotcallers and project managers are non-tech people. They will not give a fuck if you spent 4 hours breaking down the pros and cons of different tech stacks, they will always go with whatever is the most popular. Part of this is because "if it's popular it must be good" mentality. Another reason is because they want to have an easier time finding people to hire on during the project, or afterwards to maintain/rebuild it, and that's a lot easier to do when they built their project on the most popular languages.

    • @richardwelsh7901
      @richardwelsh7901 Před 2 lety +29

      @@Aliens1337 companies want to go with a stack that has a large talent pool. You could craft brew your own “stack from heaven” and if nobody else knows how to use it but you then…. I think you get the idea

    • @turolretar
      @turolretar Před 2 lety

      No it’s good if you want to open your eyes to reality and stop breathing in near lethal amounts of copium, nobody should use ever React it’s supposed to be rotting in hell along with the lizard man, it just somehow saw the light of day. But we can change that together as community. good day to you all

    • @richardwelsh7901
      @richardwelsh7901 Před 2 lety +1

      @@turolretar the hottest of takes, good sir

  • @theFriendlyGhst
    @theFriendlyGhst Před 2 lety +391

    I was pretty impressed with React the first time I used it. You can write new UI pieces in only 10x as much code as you would need without react.

    • @kevinkunst3870
      @kevinkunst3870 Před rokem +24

      Can confirm. I also would suggest you stay far away from Angular as it too is ridiculously verbose to do the simplest of things.

    • @TrailersYT
      @TrailersYT Před rokem +3

      @@kevinkunst3870 so what should we use?

    • @kevinkunst3870
      @kevinkunst3870 Před rokem +19

      @@TrailersYT You get to decide!
      czcams.com/video/cuHDQhDhvPE/video.html
      Honestly all decent frameworks are usable, it's just that some of the newer ones have learned from past frameworks on what NOT to do, while said older frameworks still haven't really fixed those issues. After doing a few POCs I'm leaning toward Vue, though I'd prefer to test each framework in an enterprise setting. Time to convince some principal engineers!

    • @TrailersYT
      @TrailersYT Před rokem +3

      @@kevinkunst3870 Thank you for the large explanation! Really helped me.
      I am a computer science student currently in the second year and I want to do web development
      Hoping to get my first job in web development soon, but not sure what I should be looking for, cause almost every company asks for 2-3 years of experience 😅

    • @Almighty_Flat_Earth
      @Almighty_Flat_Earth Před rokem +13

      React js is a shame to JavaScript community. Governments should ban the use of this stupid library. Same functionalities can be achieved with Angular and Svelte with less frustration, so what's the point of using the stupid react js which makes web development unnecessarily complicated.? Those who use react are slaves.

  • @Majaboujallow
    @Majaboujallow Před 2 lety +33

    "Life is about suffering. It's not supposed to be fun like Svelte, or fast like Solid or reliable like Angular or all of the above like Vue." 😅 😂

  • @vicradon
    @vicradon Před 2 lety +1642

    I love how Jeff ended the roasting with a respect note.

    • @Fireship
      @Fireship  Před 2 lety +353

      Personally, I don't hate react at all. It has the best set of tradeoffs for many projects.

    • @elturco9573
      @elturco9573 Před 2 lety

      De hecho es lo que menos me gusto. Ser hater y querer quedar bien con aquellos que si les gusta? No podes tener lo mejor de los dos mundos noooo !!!!!!!!!

    • @zzco
      @zzco Před 2 lety +114

      @@Fireship Of course. Life is about tradeoffs. Like "do I want to shoot myself in the calf, thigh, arm, leg or foot?" :')

    • @krtirtho
      @krtirtho Před 2 lety

      Yeah icing on top of super spicy cake

    • @refactorear
      @refactorear Před 2 lety +1

      That's the straight man inside him smacking the fool man inside him.

  • @canman7773
    @canman7773 Před 2 lety +680

    I’m a React developer and this is all hilariously true

    • @shapelessed
      @shapelessed Před 2 lety +13

      @@twitchizle Ha... ha... ha... So funny!
      But on the other side, If I was to choose between React and Svelte, I'd always chose Svelte...
      Supports TS, syntax isn't literal sewage, works 10x more predictably, development takes 10x less time, and oh, you could learn it in one afternoon compared to React's 3 months or so just to become a junior...

    • @joelgreen8132
      @joelgreen8132 Před 2 lety +5

      @@shapelessed You can create react apps in TS. Nothing wrong with having a perfered Front-End framework. Though react is a library thats mostly to create states and components for its data/component logic UI/UX thats always changing.

    • @danielchettiar5670
      @danielchettiar5670 Před 2 lety +3

      @@shapelessed React takes 3 months to learn? For a person who was dropped on their while they were baby, sure.
      I was the kind of stupid was didn't learn basic dom manipulation, knew barely any js, and built a functional component based calculator app in React based on the classes based docs, with MUI. It took me a day to build the functional side while the rest to understand and get MUI working.
      I'm stupid. I learn the basics of the rest of React in three weeks. The average person probably better than that. 3 months for React is a damn stretch lmao. You're fanboying too much.

    • @heroe1486
      @heroe1486 Před 2 lety +8

      @@danielchettiar5670 React takes more than 3 months to learn correctly, you'd have to make some real projects to really learn it, even for junior.
      But yes if he was talking about the basic syntax then he's just trolling, I know both and I'd pick up React anyday instead of Vue which I learned first.

    • @shapelessed
      @shapelessed Před 2 lety

      @@joelgreen8132 Except everybody's using it together with JSX which makes the two a literal framework, but I don't mind getting corrected over this.

  • @anishadhikari3690
    @anishadhikari3690 Před 2 lety +64

    Me, been involved in both React and (then) Vue, I find vue much easier, comfortable and with much less side effects, was always confused why people praise React (between Vue and React). Today, you finally made my confusion go away. Amazing video.

    • @gomesbruno201
      @gomesbruno201 Před rokem +4

      I started with react before even hooks or functional components exists, then I moved to vue 2 and I absolutely loved it. now with the vue 3 release I'm just moving back to react or going to angular. maybe I'll try svelte or solid, I don't know. I just don't like vue anymore

    • @xmangle5382
      @xmangle5382 Před rokem +6

      for real bro, been seeing people praising the shit out of react and i was forced into building a simple crud on it for a company interview challenge and man... react fucking sucks compared to vue, i worked with Vue for about 3 years and love the shit out of this framework

    • @despondency4847
      @despondency4847 Před 5 měsíci

      @@xmangle5382speakin facts

    • @Nekoeye
      @Nekoeye Před 5 měsíci +1

      ​@@gomesbruno201 Did you really switched to React/Angular because of Vue 3? While Vue 3 still allows the use of the options API, the Composition API with `` is the more suitable and easy approach, offering very minimal learning curve and enhanced functionality.

    • @gomesbruno201
      @gomesbruno201 Před 5 měsíci +1

      ​@@Nekoeye At the time, yes. Nowadays, I'm using Vue 3 (with composition), React, and React Native. I actually dropped Angular completely so far, not by choice. Anyway, I was moody about a change in something I used to like; it was a mistake. Vue is still a great choice, and I regret not realizing this sooner

  • @haddonjames5829
    @haddonjames5829 Před 2 lety +31

    I spent some time learning React on the React online tutorial app. I also made a mobile app in React Native using Expo. Recently, I find myself less and less interested and more and more confused by React's strange syntax. I agree with all of this...

    • @thibaut5345
      @thibaut5345 Před 13 dny

      Try the last versions of Vue. The syntax is so clear, logical and simple.

  • @dustindustir521
    @dustindustir521 Před 2 lety +1013

    As a svelte developer, I sometimes watch react tutorials, just to feel superior

  • @heldim92
    @heldim92 Před 2 lety +1346

    Dude, dude! PLEASE do more of these "stuff for haters" videos! Make a playlist!
    That way, you make us happier and you get to diss everything without commiting!
    Cleary win-win situation! PLEASE CONSIDER!

    • @LinkEX
      @LinkEX Před 2 lety +5

      Seconded. Also, ending on a high note in this was a nice touch.

    • @RoyerAdames
      @RoyerAdames Před 2 lety +1

      Third, agree

    • @naniy143
      @naniy143 Před rokem +1

      forth

    • @tn9974
      @tn9974 Před rokem

      @@naniy143 *fourth

    • @AndyFarrell008
      @AndyFarrell008 Před rokem +1

      Yeh, but how's he gonna top the list of flaws with React ;-) 5, 4, 3, 2... and go.

  • @minecrafter0505
    @minecrafter0505 Před rokem +5

    We need more of these "for the haters" vids. I think they are a lot enjoyable even for devs of that language or framework. I could fill hours with the stuff Google pulls for us Android devs, deprecating things before the new solution leaves alpha, introducing some new permission that requires new callbacks everywhere you do something permission sensitive, forcing app devs to explain to users that they need location permission to access their device's networking (instead of the OS doing that explanation or separating this from the location permission) and so on.

  • @TopBagon
    @TopBagon Před 2 lety +338

    Yooo never have I ever been offended by something I 100% agree with

  • @SHEEPeros
    @SHEEPeros Před 2 lety +523

    “For haters” needs to be a new series. Lovin’ the format. I’m a React dev by job description but I don’t think that’s a good thing - in the same way being a Vue, Angular and Swelt dev is not ideal too. All of these are just frameworks/libs so they’re just someone’s idea on how to build stuff. Core concepts are more important and timeless - also more prevelant on the backend.

    • @LarsRyeJeppesen
      @LarsRyeJeppesen Před rokem +5

      Preach!

    • @lookupverazhou8599
      @lookupverazhou8599 Před rokem +7

      Preach! Vanilla til the day I die!

    • @joshuawdeveloper4844
      @joshuawdeveloper4844 Před rokem +5

      @@lookupverazhou8599 So, outside of React can these front-end devs...Really code anything? I think many no sadly React is a great tool IF your experienced new developers should be learning vanilla Javascript as much as possible. React is just a tool-set. React is more or less fan service, its a great tool but over used. We should be aiming to use the correct tool for the job at hand. So no learning react to me is not the same as really learning development.

    • @SHEEPeros
      @SHEEPeros Před rokem +1

      @_Hedura_ to say it's obvious is presumptive and arrogant. This wasn't obvious to me when I chose to tie my future to a FE framework. I had understood this only after my mentor broadened my horizons on the matter.

    • @transforgoku
      @transforgoku Před 11 měsíci +2

      Even so I still have to learn Jquery to touch legacy code ._.

  • @SuperMBARutgers2013
    @SuperMBARutgers2013 Před 11 měsíci +1

    I'm glad i'm at a point where I can appreciate these insights and the glarings. The amount of resource for getting up to speed with react is so profound, it's almost a rite of passage. I look forward to refactoring in Svelte, maybe Vue

  • @piyushpatil898
    @piyushpatil898 Před 9 měsíci +6

    Windows isn't the best operating system, but it's popular.
    React isn't the best js framework, but its popular.
    Java isn't the best Programming language, but it's popular.
    Most of these were made popular by HR requirements, that had zero knowledge about these pieces of software.

    • @jamesfoo8999
      @jamesfoo8999 Před 6 měsíci

      This is so true!
      PM: We're going to use [insert obscure language]
      Devs: That's a silly idea, why didn't you consult us first
      PM: Well you often say that, we've already hired 5 new developers to take this project off the ground
      Devs: No problem, I'll be taking a few half days here and there soon, totally not for job interviews

  • @aleksandarstevanovic5854
    @aleksandarstevanovic5854 Před 2 lety +404

    "...most of them build by teenagers, which abandoned them to learn a real language like C..." hahaha :'( haha :'( it hurts so bad, but you got the point!

    • @nishanth6403
      @nishanth6403 Před 2 lety +13

      LMAO that was the best part

    • @icarojose6316
      @icarojose6316 Před 2 lety +2

      Does C still get updates ?

    • @theshermantanker7043
      @theshermantanker7043 Před 2 lety +14

      @@icarojose6316 Yeah it does, C2x is a thing

    • @nicholasfinch4087
      @nicholasfinch4087 Před 2 lety +10

      @@icarojose6316 22 now bruh!

    • @etc1702
      @etc1702 Před 2 lety +10

      @@icarojose6316 man C/C++ are the most popular languages for embedded and systems programming

  • @dave.thedev
    @dave.thedev Před 2 lety +380

    As a React developer (not by choice, but by necessity) never in my life has something resonated with me so much.

    • @dardanillyr3989
      @dardanillyr3989 Před 2 lety +1

      Could you help me with something on react?

    • @jivarishi
      @jivarishi Před 2 lety

      Hi Dave, I'm starting my React journey. How has the journey been so far for you?

    • @tambourinedmb
      @tambourinedmb Před rokem +5

      I agree. I had moved on to other tasks, left off on class based components. I thought it was a breeze. Then I came back it’s “functional”, which is beyond annoying. It’s hard to read and reason with. Classes might’ve had more boilerplate but at least you knew what was going on

    • @feritperliare2890
      @feritperliare2890 Před rokem +1

      @@tambourinedmb enjoy asynchronous useEffect onMount firing at random using dependancies not yet initialized causing extra renders and debug hell

    • @devswell6538
      @devswell6538 Před 11 měsíci

      @@feritperliare2890 you just add an if statement and don’t dispatch if it exists

  • @priolo22
    @priolo22 Před 2 lety +6

    ten minutes of standing ovation with tears in my eyes
    (a React developer)

  • @anaepeot
    @anaepeot Před 2 lety +2

    Im a 4th year student, and currently taking our wfh OJT, we are assign to make an application using React, Im more of a vanilla PHP kind of guy, I developed our capstone project using it and now Im learning React for a month, and Im definitely loving it, tho I agree about useEffect and some things became more complicated, when I saw how React handle Forms, I instantly remember how easy it is in PHP + Jquery 😂

  • @flamakespark
    @flamakespark Před 2 lety +543

    Imagine making "JS for haters in 100 seconds"! Polyfills, compatibility, 'this' keyword, 'Dates' class... Oh boy, that'd be a hot one 🔥🔥🔥

    • @Justin73791
      @Justin73791 Před 2 lety +22

      'This' is the best part of Javascript. Give me one other language that has such a flexible, mutable and inheritable keyword.

    • @Chrissy717
      @Chrissy717 Před 2 lety +71

      @@Justin73791 I honestly can't tell if you are joking

    • @mikopiko
      @mikopiko Před 2 lety +8

      @@Justin73791 Ruby

    • @ameer6168
      @ameer6168 Před 2 lety +17

      Why everything is fuckin object

    • @Justin73791
      @Justin73791 Před 2 lety +5

      @@Chrissy717 I 100% am.

  • @HedronProduction
    @HedronProduction Před 2 lety +348

    Classes are literally the Devil... until you need that one thing that doesn't work in function components, and then you sign the contract anyway.

    • @ThisAintMyGithub
      @ThisAintMyGithub Před 2 lety +25

      Ah yes, Error Boundaries

    • @VikashXman
      @VikashXman Před 2 lety +3

      Please elaborate, I want to know more.

    • @tawfeeq00
      @tawfeeq00 Před 2 lety +10

      I only use classes, i don't know why they hate them ! It's super easy

    • @RizkyGusna
      @RizkyGusna Před 2 lety

      What is that thing?

    • @ThisAintMyGithub
      @ThisAintMyGithub Před 2 lety +23

      @@tawfeeq00 it really comes down to boilerplate. With classes you have so much extra code that the lines of code end up excessive (most of the time), plus you can handle the whole lifecycle in useEffect for the most part. Also, you don't need to write "this" in front of everything. That being said, useEffect is about as understandable as hieroglyphics if you go by the documentation, so...
      Really, unless your team has resolved to use either one exclusively, there is very little harm in using classes.

  • @onemangamer587
    @onemangamer587 Před rokem +2

    I've just started learning React, and it's total hell 😭
    The first time I saw the map function being used to make a list that will then be styled in CSS, but in a sort of HTML, JavaScript and CSS orgy.
    That being said, I've only just started, but my first 3 days have been total and utter hell

    • @Kimi-xp2th
      @Kimi-xp2th Před rokem +1

      Once you get the hang of it you'll fall in love with React

  • @dLzzzgaming
    @dLzzzgaming Před 2 lety +7

    As a React Developer, this was spot on. I loved this, and it hurt too.

  • @xplax24
    @xplax24 Před 2 lety +407

    I am a Vue dev, I love Vue, but I wanna see Vue for the Haters in 100 Seconds so much.

    • @LinkEX
      @LinkEX Před 2 lety +70

      Considering Vue got the highest praise in this video comparatively, this might be one of the harder video in this series to make.

    • @Aedaeum
      @Aedaeum Před 2 lety +2

      Same

    • @luichyluichy
      @luichyluichy Před 2 lety +104

      Sorry... no one sane hates Vue.

    • @xplax24
      @xplax24 Před 2 lety +1

      Well I think it's not really about hate but rather about pros and cons

    • @dlysele
      @dlysele Před 2 lety +4

      Pardon me, but there is the door, walk through it please.

  • @ruanvcunha
    @ruanvcunha Před 2 lety +36

    As a React student, I laugh my ass off with "make us feel like real developers".
    Keep it going, we need more of this

  • @hackanimator12
    @hackanimator12 Před 6 měsíci +3

    as someone who is using react for colege projets, it is rough

  • @RandolphPereira
    @RandolphPereira Před 2 lety +10

    This is so true, having worked with angular and react extensively I still don’t understand why react became so popular .The code I write in React today could be written way faster and cleaner in Angular.

  • @kamrulislam8158
    @kamrulislam8158 Před 2 lety +127

    I am a react dev working with this thing for 3 years now. But the stuff you talked about is damn true. Not gonna lie

    • @HarshRajAlwaysfree
      @HarshRajAlwaysfree Před 2 lety

      .

    • @kamrulislam8158
      @kamrulislam8158 Před 2 lety +2

      @@HarshRajAlwaysfree That's the startup culture. They follow what the industry. Not what the developer is good at

    • @itgiants5218
      @itgiants5218 Před 2 lety

      is react slow?

    • @renatosardinhalopes6073
      @renatosardinhalopes6073 Před 2 lety

      @@HarshRajAlwaysfree why don't you work as a freelancer then? Make websites the way you like. It seems you are shooting yourself in the foot.
      Your team is absolutely right in using a popular and well maintained technology that is easy to pick up. It also sooner or later you will find yourself creating lots of boilerplate and creating your own libraries to automate your work.... tada you just created a react competitor! Libraries/Frameworks exist for a reason.

    • @HarshRajAlwaysfree
      @HarshRajAlwaysfree Před 2 lety +1

      @@renatosardinhalopes6073 It's just a phase, i just hate react and wanted to complain about it for a laugh
      It's not like i don't understand why it was chosen.

  • @Rmoore08
    @Rmoore08 Před 2 lety +73

    Thank you. THANK YOU. I've been learning React for work the past couple months and it has not been a very smooth process. I feel so seen. Happy Friday everyone, no working on React tomorrow!

    • @jedmalveda
      @jedmalveda Před 2 lety +3

      Also learning react, the Context API model really confuses me. Will try again tomorrow... :D

    • @PhilipAlexanderHassialis
      @PhilipAlexanderHassialis Před 2 lety +2

      @@jedmalveda abandon Context, embrace Redux Toolkit.

    • @frozen_dusk579
      @frozen_dusk579 Před 2 lety

      I'm using react for my internship and it is going very slow. #relatable

    • @CodeSynergy
      @CodeSynergy Před 2 lety +5

      @@PhilipAlexanderHassialis Context and Redux has different use cases. Redux should not be used for everything. Context has it's own purpose

    • @Dakappon
      @Dakappon Před 2 lety

      @@CodeSynergy what is the main differences ? And when do you use which?

  • @basharzain216
    @basharzain216 Před 2 lety +5

    0:45 the clown suits javascript so well.

  • @sor3999
    @sor3999 Před 2 lety +3

    2:09 A lot of job posts I see says they use React and I immediately toss it aside.

  • @astroorbis
    @astroorbis Před 2 lety +20

    To be honest, I checked out React when I first started doing web development, tried it, realised it was really hard, saw your Vue video, and now I develop my web projects in Vue. Thanks!

    • @astroorbis
      @astroorbis Před 2 lety +2

      @@zz-if1ic I do still eventually want to learn React, but I kinda want to "work my way up the ladder" in terms of easiest to hardest. Do you recommend Angular over Vue?

  • @Yusbarrett1
    @Yusbarrett1 Před 2 lety +10

    This is why I will always be happy as a back-end developer. Even with all the hardcore changes in SQL, C#, c++, Java, etc., it's always possible to catch up and adapt. Whereas with front end I look away for a few months and the whole library or framework went obsolete and has been replaced by another which in turn also goes obsolete in no time.

    • @OzzyTheGiant
      @OzzyTheGiant Před 2 lety

      I can only hope that we are at a point where everything is finally coming together. Browsers are more in-line with web standards, Web Components are a thing, and web assembly will finally allow us to use other languages besides JavaScript.

    • @okie9025
      @okie9025 Před 3 měsíci +1

      ​@@OzzyTheGiant god please no. I really hope the hype with web components and WASM dies down, because literally no webdev worth their salt cares about writing their UI in Rust or whatever. I hope the SSR fad also dies down, and we can finally return to true peace where we write SPAs with React and REST APIs in whatever.

  • @NovemberOrWhatever
    @NovemberOrWhatever Před 2 lety +14

    To attempt to write a script for a "Python for the haters in 100 seconds" video:
    Python is a multi-paradigm programming language known for its slow execution times, simple syntax, slow execution times, extensive library, slow execution times, and confusing version distinction. Python can be used to write functional code, assuming you don't care about statics, don't mind lambdas not being fully recommended in the style guide, and are fine with half the language being geared towards OOP. Python also features obscure syntax like the walrus operator which is useful for code golf, making your code hard to debug, and feeling really smart when no one else can understand it. Modules like NumPy can speed up your code from painfully slow to just annoyingly slow at only the cost of all of those little elegance features like multiplying different data types together, arrays with a variety of data types, and not having Java levels of this.that.aThirdThing.theFunctionYouWant(). To get started, just download Python 3, click through all three hundred installer prompts, and create your first program. Then, when you've gotten to wanting to try out those cool techniques you see on Stack Overflow, realize that you've been using the Python 2 that was preinstalled with your OS and behaves almost, but not quite, exactly the same as the later version and is not noticeably different until you have so many other things that it could be that it takes hours to narrow down.
    I am, of course, exaggerating these, and I do quite like Python, but it's funny to hate it

    • @smanzoli
      @smanzoli Před 2 lety

      CUDA and NUMPY... oh, I love CUDA and how easy it is to jit compile Python functions.... and run it as fast as C++ even if we don´t need it to be that fast.

  • @raistlinmajere2257
    @raistlinmajere2257 Před 9 měsíci +2

    This is my favorite internet video. I have watched it dozens of times.

  • @code4life332
    @code4life332 Před rokem

    I’ve been using REACT for 100 years. And though it sounds like you’ve never used it, you did a bang up job explaining it in 2 min 33 sec. Cheers up!!

  • @ziadkrayem2577
    @ziadkrayem2577 Před 2 lety +3

    You absolutely nailed it with "makes us feel like real programmers"!!! I often wonders why they have complicated the stuff so much when wit was unneeded. Best 100 seconds I ever spent on youtube.

  • @jumpingsloth4698
    @jumpingsloth4698 Před 2 lety +37

    After making several Projects in React I can only say, that this is so damn true. For everything exceeding a counter example, you have to use certain „hacks“, to bypass the mostly stupid design guidelines you are forced to implement.

  • @chrisnguyen180
    @chrisnguyen180 Před 2 lety

    I thought this was going to be another normal video, not 100 seconds of straight roasting React - this is your best video thus far! 💯
    "Open up Google to enter the gates of tutorial hell" got me dead.

  • @DodaGarcia
    @DodaGarcia Před 4 měsíci +1

    I am so lucky to have stopped doing front-end in 2008 (using JQuery) and only returned to it in 2018 when Vue was already available. I could never see the appeal of React or JSX, but it's very probably that if I had returned to JS one or two years sooner I'd have been stuck with it.

  • @sudeshnarine3666
    @sudeshnarine3666 Před 2 lety +55

    As an angular developer. I love this. This embodies all of my thoughts in 100 seconds.

    • @fionat.6411
      @fionat.6411 Před 2 lety +17

      Really looking forward to "Angular for the Haters"

    • @emmanuelagarry3725
      @emmanuelagarry3725 Před 2 lety +2

      @@fionat.6411 It will never happen haha 🤣

    • @edu.paixao
      @edu.paixao Před 2 lety +12

      $ ng build
      $ ls
      total 30GB
      1GB bundle-omg-132456.js
      29GB vendors-omg-112233.js

    • @Azmidium
      @Azmidium Před 2 lety +2

      @@edu.paixao how'd you get your hands on my project?

    • @rajatnegi3896
      @rajatnegi3896 Před 2 lety

      as a ng dev this makes me feel safe

  • @dbroche
    @dbroche Před 2 lety +37

    Glad this vid made the cut. Reflects most of my thoughts. Especially VUE being fast, FUN, and reliable!

    • @xiaokourou
      @xiaokourou Před 2 lety +1

      Except Vue IDE support can be shaky

    • @patrickspiegel5524
      @patrickspiegel5524 Před 2 lety +1

      @@xiaokourou WebStorm and all your IDE problems are solved.

    • @danielegvi
      @danielegvi Před 2 lety +3

      @@xiaokourou This is in my opinion the only thing holding it back from being the holy grail of view frameworks/libraries. JSX has excellent integration with JS/TS, the integration of Vue files is nowhere near that level, though I hope it can be one day.

    • @RiadDZz
      @RiadDZz Před 2 lety +6

      @@danielegvi @par Vue 3 was rewritten in typescript so typescript is a first class citizen there,
      for the ide (Vs code) just install Volar with takeover mode and u get a 100% typescript support anywhere in your component

    • @blank4157
      @blank4157 Před 2 lety +3

      Ye, with volar you even get intellisense in template as well. .vue files in Vue 3 with Volar is definitely on par with jsx.

  • @Caborrrl
    @Caborrrl Před rokem +3

    I think you failed to mentioned that this library/framework destroyed the old MVC design pattern and now we have representation and logic layer in one part. So fun!

  • @developmentpersecond4027
    @developmentpersecond4027 Před 5 měsíci

    @Fireship , what is the dip in downloads at the start of every year from ?

  • @Flackon
    @Flackon Před 2 lety +7

    There are only two kinds of -frameworks- libraries: the ones people complain about and the ones nobody uses

  • @_abdul
    @_abdul Před 2 lety +14

    I don't know how to React to this.

    • @slava_trushkin
      @slava_trushkin Před 2 lety +4

      I suggest doing it as Svelte as possible.

    • @HypnosisBear
      @HypnosisBear Před 2 lety +3

      I see what you did there LMAO 🤣🤣🤣🤣😏😏

    • @_abdul
      @_abdul Před 2 lety +2

      @@HypnosisBear I didn't C

    • @HypnosisBear
      @HypnosisBear Před 2 lety +2

      @@_abdul This is the Pinnacle of programming humour LMAO 🤣

    • @thesingularity3566
      @thesingularity3566 Před 2 lety

      Just simply vue it then move along

  • @WaffleBladeFilms
    @WaffleBladeFilms Před 2 lety +1

    I use React all the time and enjoy it but damn this was so good! Please make more, was grinning the whole 100 seconds.

  • @MrDoom159
    @MrDoom159 Před 2 lety

    1:10-1:15 I love how he called me out like that. That's exactly what I've been doing before going to college: making shit in React and praising it as the best thing ever, then I've been introduced to C and I haven't been the same ever since

  • @scottserage9022
    @scottserage9022 Před 2 lety +119

    Jokes aside, I’m a professional react developer and I agree with a ton of this. The framework - I mean library - is very popular and gets the job done but I would be lying if I said I didn’t have an interest swapping over to a different framework. It just doesn’t make a lot of sense right now because of the demand. Plus I believe React will improve more and more over time. Hooks are flawed but they’re much better than class components imo, so at least it’s moving (painfully) in the right direction.

    • @MindlessTurtle
      @MindlessTurtle Před 2 lety +2

      I'm not much of a React developer, so I'm curious why the hate for classes and the push for "flawed" hooks? The latter is less rigid or something?

    • @Flackon
      @Flackon Před 2 lety +12

      Problem is (or advantage, depending on your pov) is that React's commitment to staying backwards compatible will mean that stuff will continue to pile on top of all the legacy cruft over and over again. Eventually, it will be worth it to replace it with sleeker software

    • @marcelocardoso1979
      @marcelocardoso1979 Před 2 lety +20

      @@MindlessTurtle Classes require way too much code for what a hook like useEffect can achieve

    • @paulomirandaarias9544
      @paulomirandaarias9544 Před 2 lety +6

      @@MindlessTurtle the lifecycle with classes (OOP) are harder to maintain than hooks (FP), among other things, but mainly it's all related to those lifecylce methods (componentWill*, componentDid*, should* vs useEffect only)

    • @scottserage9022
      @scottserage9022 Před 2 lety +2

      @@MindlessTurtle like others have said, simplicity. Hooks are fine for the most part, they’re still fairly new though and a lot of developers misuse or over use them. Mentioned in the video, there are several hooks that exist to improve performance because React will rewrite a lot of values that it doesn’t need to if you don’t explicitly tell it not to.
      Again, I make a living using React, it’s a fine library. I can just confirm it has its pain points (like most languages, frameworks, or libraries) and that there’s room for improvement.

  • @IvanRandomDude
    @IvanRandomDude Před 2 lety +22

    React, the only frontend framework that does not have built-in support for REACTive programming

    • @OzzyTheGiant
      @OzzyTheGiant Před 2 lety +9

      The only framework that has a hard time supporting actual Web Components

    • @half.blood07
      @half.blood07 Před 2 lety +1

      The only framework which is not actually a framework.

    • @illustris.
      @illustris. Před 2 lety

      But it's not a framework...

  • @sasanmir8122
    @sasanmir8122 Před 8 měsíci

    My god please make more of these

  • @rickironblast
    @rickironblast Před rokem

    Nice vid. I'm learning JavaScript and was wondering if anyone could recommend what framework/library should I use for building apps later on? Do I go with the popular one or what?

    • @jamlie977
      @jamlie977 Před rokem

      it depends really, this video is a meme and was made for jokes.
      you can try a bunch of them and see what you like of them and learn it. ReactJS is the most popular one so you can start off by trying it, then you can try Solid, Svelte, Vue or Angular to see which one you like the most

  • @max-c14
    @max-c14 Před 2 lety +23

    'Enter the gates of tutorial hell' I really felt that one

  • @beepbeepgamer1305
    @beepbeepgamer1305 Před 2 lety +5

    1:01 as a guy who has a brother who did masters in math. I can say this graph looks bit weird.

  • @bingo.2020
    @bingo.2020 Před 2 lety

    Hi! As I see this video, I don’t get an idea much because I’m learning or just starting out to learn js followed by react, can you please tell which programming language I should learn first?

    • @yvan2563
      @yvan2563 Před 3 měsíci

      First, learn Vanilla Javascript. Then, CSS. If you don't really understand the basics of what happens on the browsers, you won't stand a chance when adding a framework, especially not if it's anything based on Node/Deno, where your JS code runs on neither and both at once.

  • @ducodarling
    @ducodarling Před 2 lety

    1:34 That meme is best overall description of trying to put any program together.
    By nature, none of this is supposed to be happening. The desired result is obviously fleeting.

  • @gaelcalloch3200
    @gaelcalloch3200 Před 2 lety +10

    So I went for vue and you confirmed my choice. Also I use java as backend :)

  • @rubanprakash21
    @rubanprakash21 Před 2 lety +34

    "There are only two kinds of languages: the ones people complain about and the ones nobody uses"

  • @satyammishra5582
    @satyammishra5582 Před 2 lety +2

    we want
    Python for the Haters in 100 Seconds
    Java for the Haters in 100 Seconds
    JS for the Haters in 100 Seconds
    Linux for the Haters in 100 Seconds

  • @Zakariat89
    @Zakariat89 Před 2 lety +1

    Honestly one of the most fun videos you've done. Laughed out loud multiple times... Because there is truth to it!

  • @Requiem100500
    @Requiem100500 Před 2 lety +20

    I absolutely love this new "for haters" series.
    Hope to see more.

  • @GarrettCodes
    @GarrettCodes Před 2 lety +11

    Had to throw in that quick disclaimer at the end before the react community hunts you down 😂

  • @LeeZhenYong
    @LeeZhenYong Před rokem +1

    I just came back to watch this again cause I love see my pain and frustration with React summarised so beautifully.

  • @shivan2418
    @shivan2418 Před rokem

    What are those drops in the graphs around year end at 2:25?

  • @AlbertCloete
    @AlbertCloete Před 2 lety +44

    As a Vue dev, I haven't been able to find anything wrong in this video.

    • @JamesBoullion
      @JamesBoullion Před 2 lety +25

      So happy my team uses Vue. It is by far my favorite framework. I think Vue 3, with native typescript, is too good to ignore. Really hoping Vue starts stealing more and more of React's share of the market

    • @mrfeynman42
      @mrfeynman42 Před 2 lety +4

      @@JamesBoullion Amen to that, Vue brother.

    • @JZGreenline
      @JZGreenline Před 2 lety

      Vue is tight.

  • @SF-eg3fq
    @SF-eg3fq Před 2 lety +38

    "this is me destroying my reputation with the react community in 100 seconds" lol

    • @acludo1278
      @acludo1278 Před 2 lety +2

      but is all true thought!!!!

    • @meriofrog
      @meriofrog Před 2 lety

      ​@@acludo1278 Nah, for example you create infinite loops in useFootGu... uuh useEffect only if you are stupid.

  • @ENI232
    @ENI232 Před 2 lety +1

    i’ve been getting into react because of all the hype. it’s cool, it’s frustrating, but so far it’s been interesting enough for me and this video was simply hilarious because of how true it is.

  • @disableblue883
    @disableblue883 Před 2 lety +1

    1:35 only good thing about this magic is it keeps start and stop together. But it looks ugly. I like the way its done with ember modifier

  • @justinvaldez4181
    @justinvaldez4181 Před 2 lety +40

    I mean i'll be here to watch a haters version of everything you've already done in 100 seconds... That just means more seconds for me to grow my brain and become a pro-developer.... right?

  • @matthewpulls441
    @matthewpulls441 Před 2 lety +23

    I fell in love with vue the first time I tried it, but unfortunately forced to work with react due to its uncessary popularity 🥺

    • @abidkhairy..3863
      @abidkhairy..3863 Před 2 lety +1

      same here bro, i wanna work with vue but react job pays more

  • @qwertykeyboard5901
    @qwertykeyboard5901 Před 5 měsíci

    It's incredible how far you can go with bog standard buttons, div's, and javascript switch statements that toggle the "hidden" attribute on DOM objects.

  • @loudpls751
    @loudpls751 Před 2 lety +1

    I'm a professional Angular dev, this week my company decided that our project needs to be migrated to react, for literally no reason at all.
    Imagine my joy given that I'm the only frontend on this project, this video isn't helping me much xD

    • @punkweb
      @punkweb Před rokem

      Lol same here, two years ago my boss who hasn't written code for 20 years decided that all our future projects would be React and GraphQL instead of Angular/REST because of popularity while I was the only frontend dev on the team... okay that's fine I'll use React and GraphQL, fuck it. But then we start hiring React devs and they don't know shit about shit and I have to hold their hands and give them busy work to do because they can't do anything of value, and eventually end up redoing what took them 40 hours in 15 minutes. Most these react devs are glorified html/css monkies.

  • @dannydevs
    @dannydevs Před 2 lety +7

    React from the beginning was not DX-focused in the sense it was a library, not a framework. A lot of developers want a set of tools that make their lives easier so they can focus on building neat things. In order to build neat things with React you have to essentially become a framework author yourself, at the very least choosing which tools to combine with React to form a complete toolchain. For newer devs, this is very painful because we don't know which tool is a good choice, so we end up researching at least a few to make sure we're not doing something stupid. This holds true for CSS tooling, state management, even routing to a degree. This is why Next.js blew up, because it made good choices for you and provided a full framework for you to make stuff with: styled components out of the box, file-based routing, github-based deployment, let alone all the SSR-related stuff.

    • @despondency4847
      @despondency4847 Před 5 měsíci

      And now we have trash such as server actions

    • @xrcryptodev
      @xrcryptodev Před 5 měsíci

      @@despondency4847 It feels like a lateral attempt at overcoming a primary, foundational architectural decision. Usually impossible to do, at the least quite difficult. Additionally, high quality, up-to-date documentation in modern frameworks is table stakes. But React is the new jQuery, it'll be in codebases for decades.

  • @TheMR-777
    @TheMR-777 Před 2 lety +35

    This makes me think, how Mature is C++
    I mean, literally, there's literally nothing like Library-Hell, or any type of Hell entirely.
    Everything is so managed, meaningful, and free from boilerplate.
    I love it more now :)

    • @jsus159
      @jsus159 Před 2 lety +47

      I can't tell if you are been serious or joking

    • @simonmaracine4721
      @simonmaracine4721 Před 2 lety +5

      @@jsus159 Exactly... :)

    • @drdesten
      @drdesten Před 2 lety +5

      To be fair, C++ has little boilerplate. It's just bloated. But then again nobody forces you to use the full featureset

    • @TheMR-777
      @TheMR-777 Před 2 lety +3

      @@jsus159 Joking man :)
      Still, one can agree, like myself

    • @TheMR-777
      @TheMR-777 Před 2 lety

      @@drdesten Experts say, it can be Cleaned up, by breaking the ABI, which Standard doesn't prefer to do

  • @AbhishekPal-ri9gr
    @AbhishekPal-ri9gr Před 10 měsíci +1

    I m a React js Developer and Yes all you said made me laugh alot 😂😂
    Like this is what i go through

  • @joelmonteiro1419
    @joelmonteiro1419 Před 11 měsíci +2

    After feeling confortable with JavaScripti, I started learning React and almost quit learning programming altogether because I found myself in tutorial hell.

  • @techbytesnepal9027
    @techbytesnepal9027 Před 2 lety +38

    Even though it appears highly unlikely, I hope vue becomes as successful as react in the near future. My relationship with Vue is like falling in love at first sight; it's simply amazing. It's not fun to work with react as much as in vue. I'm learning and using react because it's popular and most companies prefer devs who know how to use it.

    • @georgeousthegorgeous
      @georgeousthegorgeous Před 2 lety +10

      Svelte is even better, but vue is amazing too.

    • @rubenheymans1988
      @rubenheymans1988 Před 2 lety +1

      Oh man I hated vue (2),no damn structure or consistency at all, but that's probably the developers fault why did the initial setup

    • @Stefan-gz6jm
      @Stefan-gz6jm Před 2 lety +2

      Vue is horrible. And yes, React needs some knowledge, probably that s why you hate it haha

    • @randomizednamme
      @randomizednamme Před 2 lety +2

      Sadly Vue has just become a react wannabe, sucks because I really liked the early direction of the framework.

    • @techbytesnepal9027
      @techbytesnepal9027 Před 2 lety

      @@Stefan-gz6jm lol, i don't hate it btw. I use it on a daily basis so i dislike certain aspects of it. As per learning and knowledge, vue is equally deep. Easier to begin but hard to master.
      I never said i hated react btw, don't know how you came up with this idea 🙏

  • @BeStance
    @BeStance Před 2 lety +4

    As a React developer, I really enjoyed this one. Please, more like this!!!

  • @BrianKoudijs
    @BrianKoudijs Před 2 lety

    Awesome! I laughed so damn hard! You should make this a series, it's great!

  • @baschirthegreat9968
    @baschirthegreat9968 Před rokem +3

    Wow I just finished a react project for school today and I can't agree more

  • @captainlennyjapan27
    @captainlennyjapan27 Před 2 lety +18

    Jeff thank you so much!!! I’ve been always disliking how bloated React is but I never felt qualified to make such criticisms. Now I can refer to this video 😂

  • @plabanmondal3111
    @plabanmondal3111 Před 2 lety +9

    Next Angular for Haters :)

  • @cosmicpickle2659
    @cosmicpickle2659 Před 8 měsíci +1

    As an angular developer who's spent a sum total of 5 seconds staring at react code, this video validates all my innate biases and assumptions about react. Now back to job hunting...

    • @xooq_
      @xooq_ Před 8 měsíci +1

      thats why theres vue

    • @cosmicpickle2659
      @cosmicpickle2659 Před 8 měsíci +1

      @@xooq_ wanted to look into vue a few years back - thanks for the reminder!

  • @ApplePahMan
    @ApplePahMan Před 2 lety +2

    This video sums up how I felt about development as a whole after going into Java. Started with JavaScript in a bootcamp, did FE development with purely React for 3 years, then stepped into the world of Java / Spring and all those bad habits of JavaScript caught-up and have been beating my head in for the past year. React is cool 👌 just don't make it your lifestyle unless you're okay with the repercussions.

  • @isachinj
    @isachinj Před 2 lety +53

    Being a React dev I loved all your content till now, oh boy here comes the moment of truth 😅😅

    • @MidhunHarikumar
      @MidhunHarikumar Před 2 lety +1

      It’s just tech humor . He doesn’t mean it

    • @yarpenzigrin1893
      @yarpenzigrin1893 Před 2 lety +4

      @@MidhunHarikumar He does. React is crap. Use vue instead.

    • @meriofrog
      @meriofrog Před 2 lety +2

      @@yarpenzigrin1893 The real men use Angular *obvious sarcasm

    • @AbstractCard
      @AbstractCard Před 2 lety +2

      @@yarpenzigrin1893 Is vue better? I was just about to start learning React because of it's popularity but I'm now reconsidering hahahaha

    • @yarpenzigrin1893
      @yarpenzigrin1893 Před 2 lety +2

      @@AbstractCard You need to know js, html and css in either case so start with that and then decide what you need to get a job. But yes, vue is way better than react.

  • @bilalch898
    @bilalch898 Před 2 lety +55

    As a React js developer. I feel hurt. But it's all facts, react has poor performance, makes things complex for no reason, etc etc .. many other frameworks are better, but not being used just bcz they aren't famous like react.

    • @ukeshshrestha2874
      @ukeshshrestha2874 Před 2 lety +10

      React has poor performance. Seriously...
      It means you don't know any optimization stuff.
      Using a hammer to screw will not work. You should use the right tools for the right job.

    • @bilalch898
      @bilalch898 Před 2 lety +19

      @@ukeshshrestha2874 well, don't be offended kid, i know all the performance optimization stuff in react, which is completely a mess. I see frameworks which provide the optimization out of the box and then i see react, i feel sad. LOL. truth is bitter.

    • @donnyroufs551
      @donnyroufs551 Před 2 lety +5

      @@bilalch898 oh oh shots fired

    • @Justin73791
      @Justin73791 Před 2 lety +5

      @@ukeshshrestha2874 No React has poor performance 100%. I work on a lot of web assembly/webgl projects and employers just want react for no reason whatsoever.
      I have spent years in dev tools staring at CPU / GPU profilers trying to get around the performance limits. In the end I just start a react app to make the boss happy, and then immediately setup a sandbox to execute as much vanilla js as I can.
      I've built my own state management solutions INSIDE REACT because pushing millions of pixels into react state uses much more memory then it should. Not to mention when using several tech stacks within a front end project the amount of packages react needs to understand everything going on is a massive front end bloat.

    • @Stefan-gz6jm
      @Stefan-gz6jm Před 2 lety +3

      @@bilalch898 sad that nothing can beat Next.js in this moment. And Next.js uses React, ahh what a shame

  • @deliciouspops
    @deliciouspops Před 2 lety

    That's the introduction I need for anything one should not use until forced to.
    Although it lacks pauses, if it is supposed to be a tell.

  • @jager0724
    @jager0724 Před rokem +3

    As a senior React dev, I respect this message.

  • @nikich375
    @nikich375 Před 2 lety +7

    Respect for Vue. I think it deserves a higher ranking within dev community

  • @Sechan1996
    @Sechan1996 Před 2 lety +4

    literaly my experience when i first had to use it. took me 4 month to understand how it can be used in an acceptable fashion.

  • @dev_o_9842
    @dev_o_9842 Před rokem +6

    Do this for 'C';

  • @SILVERF0X13
    @SILVERF0X13 Před 2 lety

    As someone who has been forced to use react on a team full of people who also don't know react. I heavily relate to this...