NEW React 19 Changes Are Amazing!

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 มิ.ย. 2024
  • FREE React Hooks Simplified Course: courses.webdevsimplified.com/...
    It has been quite awhile since React 18 and there have been a ton of experimental features added to React since then. Luckily, React is finally getting ready to release these features as stable with version 19 coming sometime this year. In this video I will share with you everything you need to know about the 7 best features coming to React 19.
    📚 Materials/References:
    FREE React Hooks Simplified Course: courses.webdevsimplified.com/...
    🌎 Find Me Here:
    My Blog: blog.webdevsimplified.com
    My Courses: courses.webdevsimplified.com
    Patreon: / webdevsimplified
    Twitter: / devsimplified
    Discord: / discord
    GitHub: github.com/WebDevSimplified
    CodePen: codepen.io/WebDevSimplified
    ⏱️ Timestamps:
    00:00 - Introduction
    00:32 - #1 - Compiler
    02:01 - #2 - Actions
    04:28 - #3 - "use server" & "use client"
    05:14 - #4 - SEO
    05:55 - #4.5 - Suspense Head Loading
    06:43 - #5 - Web Component Support
    07:19 - #6 - ref Prop
    07:40 - #7 - use Hook
    #React19 #WDS #ReactJS

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

  • @babatundetaiwo5184
    @babatundetaiwo5184 3 หลายเดือนก่อน +304

    Frontend is the most unstable stack ngl

    • @Sai648
      @Sai648 3 หลายเดือนก่อน +66

      As a Frontend Developer, I agree with you. But, to be honest, it is a lot of fun to see the code you write in your editor work like magic on the browser. It is very satisfying! :D

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

      @@Sai648 Very wonderful, I focus more on the backend this days. But comparing it to my previous experience where I use to work with embedded system I prefer it. With embedded systems you can test your code efficiently till you compile it.

    • @cosminmocanu5254
      @cosminmocanu5254 3 หลายเดือนก่อน +25

      i wanna switch to backend or smth cuz i just cant cope anymore. 50 new frameworks every day, changes to existing ones everyday. I'll just go crazy someday if I keep this up 😅

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

      @@cosminmocanu5254 just the other day I did something with Nexjs 13 next day 14 is out. Frontend is just so unstable

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

      @@cosminmocanu5254 just stay on a react 14 framework and you wont need to upgrade anymore

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

    Thanks for the summary dude!

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

    Happy Birthday! Your dedication to sharing knowledge is inspiring, and I wish you a year filled with continued success and fulfillment in your endeavors. 🥳🎈🎁

  • @Happyendrew
    @Happyendrew 3 หลายเดือนก่อน +10

    seven words in support of this channel!)

  • @tigranpetrosyan144
    @tigranpetrosyan144 3 หลายเดือนก่อน +8

    As always, top content! Thanks

  • @aliuabdulmanaf353
    @aliuabdulmanaf353 3 หลายเดือนก่อน +1

    Thanks for the update

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

    Liked & Subscribed for the video alone. The free course is insane, you are the goat.

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

      🐐 😆

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

    That's really something important. Thank you

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

    You are awesome, thank you for the content.

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

    thanks for the excellent content!

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

    Wow thanks for the update

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

    Great content, I really love all ur videos man!
    Do you know when React 19 will reach a stable release, suitable for us to update our existing projects?

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

    Great explanation Always... Thanks 🙏 Bro

  • @yassinebenazouz4529
    @yassinebenazouz4529 3 หลายเดือนก่อน +5

    the new use hook is 🔥🔥

  • @boopfer387
    @boopfer387 29 วันที่ผ่านมา

    You are awesome Kyle!

  • @AlexandrePaiva-dev
    @AlexandrePaiva-dev 3 หลายเดือนก่อน +19

    and there's still nothing about making the states management easier without using external libraries... I can't understand why they don't focus on it as that would be a huge improvement for React development !

    • @DhruvRed
      @DhruvRed 3 หลายเดือนก่อน +6

      For majority of react applications doesn't require any state managament library, unless your application is too complicated, the state management should always be kept simple. I have seen many projects where they didn't need redux but they are using it anyway

    • @aero6927
      @aero6927 3 หลายเดือนก่อน +1

      Use contexts?

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

      You can mimic the same functionality that Redux has with Context and useReducer. It works very good. The only thing that maybe is better in Redux is the rxJS implementation, but you can always do it yourself

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

      @@DhruvRed I'm learning Redux right now and it's a nightmare! The level of abstraction in it makes my head hurt.

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

      ​@@DhruvRed you are completely right here. One example is redux, completely over used, devs don't realise that 90% of time they don't need any state management lib. For me react context for basic global state and react-query for api response caching worked really well and never needed to use the redux.

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

    Thank you❤

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

    Thanks 🙏🏼

  • @iamcasted
    @iamcasted 3 หลายเดือนก่อน +12

    I don’t like direction React is heading in… use hook adds so much abstraction and ambiguity, it even breaks react rules. Writing server code in client code is also really unintuitive & breaks separation of concerns. It even breaks normal html by changing how action attribute works

    • @tomstickelaz
      @tomstickelaz 3 หลายเดือนก่อน +1

      React was ok in 2019. I built a decent app but axios can't touch rxjs in angular. I been on dozens of angular and React projects and while angular is not perfect. React abstraction has become a nightmare as several places with front end gurus struggled to figure out all the insane layers of abstraction that someone else wrote. It's horrific. I will take web forms over Reacts current nightmare abstraction. It's not enjoyable

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

    Been here since like 50k subs bro the early videos like flexbox css, stories of how you got your first job with the suit and all and stuff like this that helped me to where i am today with a promising career. I wanted to thank you from the bottom of my heart, you were the only youtuber who helped me understand everything clearly and for that i cannot thank you enough.

  • @salmanpatrick
    @salmanpatrick 3 หลายเดือนก่อน +45

    React blurring the lines between itself and svelte 🔥. Now we cooking

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

      Itsvelte.

    • @adityaanuragi6916
      @adityaanuragi6916 3 หลายเดือนก่อน +1

      I honestly like that, react has competition in terms of dx so it'll actually improving

  • @Danielo515
    @Danielo515 3 หลายเดือนก่อน +6

    I find fun how they phrase it: "our vision is...", "WE were not satisfied". Man, taking inspired is good, give credit where credit is due

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

    Thanks bro

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

    Thanks!

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 2 หลายเดือนก่อน

    Thank you

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

    THIS IS A GAME CHANGER

  • @celloninja
    @celloninja 3 หลายเดือนก่อน +50

    And here I am just finishing the section of your React course that deals with the memo functions... lol

    • @adev_312
      @adev_312 3 หลายเดือนก่อน +20

      Welcome to web development! lol

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

      @@adev_312 😂😭

    • @himanshusingh694
      @himanshusingh694 3 หลายเดือนก่อน +1

      And that's fine.. even I go through old hooks videos to refresh my understanding 😊

    • @nivethan_me
      @nivethan_me 3 หลายเดือนก่อน +9

      you'll probably won't work on React 19 anytime soon as a professional. we still have code bases with React 16.8

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

      And he has made money from you purchasing the course that's getting deprecated gradually...😂

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

    0:00 1. Introduction 🌟
    Overview of React version 19 changes and importance.
    0:29 2. React Compiler 🛠
    Introduction of a compiler in React version 19 for automatic memoization.
    2:02 3. Actions & Directives ⚙
    Exploring actions, use client, and use server directives in React 19.
    3:40 4. Use Optimistic Hook 🔄
    Understanding the use Optimistic hook for Optimistic updates.
    4:09 5. Real-Time Like Feature
    Immediate display of likes before server submission.
    4:28 6. Client vs. Server Directives
    Differentiating code execution in Next.js.
    5:15 7. Document Metadata Handling
    Dynamic insertion of metadata in React components.
    5:55 8. Enhanced Suspense Functionality
    Improved loading control for styles and scripts.
    6:49 9. Web Components Compatibility
    Better integration with React 19 for web components.
    7:22 10. Refinement in React Hooks
    Elimination of forward ref usage with new implementations.
    7:41 11. Introduction of 'use' Hook
    Advanced asynchronous capabilities for loading and running tasks.
    8:27 12. Conclusion & Updates
    Wrap-up of React 19 changes and course recommendations.
    Generated with Tubelator AI Chrome Extension!

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

      thank you

  • @ziadx3
    @ziadx3 3 หลายเดือนก่อน +20

    react compiler is amazing, I always get confused about thinking of useStates re-renders

    • @SLRModShop
      @SLRModShop 3 หลายเดือนก่อน +14

      skill issue

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

      It perhaps is, but for new people who are learning a compiler that does everything for you might not be the best thing. Does it mean that you can't use useMemo etc. anymore with this new compiler or can you just like opt out?

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

      @@SLRModShopNot using COBOL for web is the real skill issue.

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

      @@SLRModShop We're not all coding gods like you, Poindexter.

    • @fifty-plus
      @fifty-plus 3 หลายเดือนก่อน

      It's such a leaky abstraction, I don't think a compiler is the right word choice as the role of a compiler isn't to fix footguns that the language introduces. It's good to have the optimization step but the double render and all the footguns are more problematic than hiding them in a compile step - it's the simplest path than fixing the abstraction though so it was an easier choice for them I'm sure.

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

    Still no fix to hydration colliding with most browser plugins?

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

    New features are amazing 🎉

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

    Huge Kyle W moment. Like always

  • @deimne970
    @deimne970 3 หลายเดือนก่อน +6

    Every day it seems more Svelte :)

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

      surprised it took this long

  • @jasonzamora3618
    @jasonzamora3618 3 หลายเดือนก่อน +96

    GOT DAMN IT! Just as I learn something, they drop something else. My prediction: As developers, we're gonna have to get that neurolink gear to keep updated with the continuous flow of features, upgrades, and new-ness that never ceases or slow.

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

      Yes😢😭

    • @milanfanas
      @milanfanas 3 หลายเดือนก่อน +5

      Soon AI will create the ultimate programming language. It will be the same for frontend, backend, games, appliances... and we will miss the times when we had to learn everything from scratch every 6 months

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

      Fr just started to get into react next day boom react 19

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

      Welcome to web development realm 😂

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

      Welcome to the club. Some of us have been around since "Class components." Imagine learning that and then "hooks" are introduced. At least these changes aren't that groundbreaking.

  • @danabc322
    @danabc322 3 หลายเดือนก่อน +1

    I’m interested in the hooks course, but only if it’s free! 😂

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

    the title link and use hooks and useOptimistic hooks are verry good

  • @SithLordBishop
    @SithLordBishop 3 หลายเดือนก่อน +7

    React hooks was a huge step back for me. Glad to see they are working to correct some of that.

  • @xgcwrought3346
    @xgcwrought3346 3 หลายเดือนก่อน +1

    The more I use react the more workarounds I use.. that being said I really like this update this really makes things alot easier.

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

    May be a dumb question, but would we still need a module bundler or JavaScript transpiler since we have a compiler now?

  • @yorox2515
    @yorox2515 3 หลายเดือนก่อน +1

    If react is getting an update and we use react in the next js then does it mean we are also getting rid of these hooks in the next.js too??

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

    excited

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

    Where is the forwardRef and use hook change they supposedly added? They're not on the latest blog, where do they exactly state they change these 2?

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

    When are they going to release it?

  • @rdubitsk
    @rdubitsk 3 หลายเดือนก่อน +1

    Does react 19 reduce the need for next.js?

  • @user-by6yl4ps4e
    @user-by6yl4ps4e 3 หลายเดือนก่อน

    Thank you for the thorough update! Like always ur channel always add so much!
    I have just one question: In your opinion, do you think it will be easy to migrate from React 18? Currently, I am running React 18 compiled with Create React App. I attempted to transition to Vite for more efficient compilation, but it has been problematic, so we are sticking with what we have now. Do you think this will pose a problem when we decide to upgrade to React 19?

    • @shogunkodogun
      @shogunkodogun 3 หลายเดือนก่อน +1

      first of all let go of CRA, even react team isn’t working on it for months. Yes React 19 will be easy to migrate to because it is essentially less React to write

    • @user-by6yl4ps4e
      @user-by6yl4ps4e 3 หลายเดือนก่อน

      @@shogunkodogun yeah i tried but to migrate the current project to vite is a nightmare, so I'm wondering if it'll be the same for react 19

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

      ​@@user-by6yl4ps4eit's mostly gonna be easier I think cuz you're mostly removing stuff rather than adding, like removing the forward ref stuff and the useMemo stuff
      Changing the context api to use hook could be tricky but I feel react docs is gonna have something for you or a cli to migrate, though I could be wrong

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

    Does react native have a compiler as well, or is this just for react?

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

    Thanks for keeping us informed, Kyle This time on the features of React 19.
    {2024-03-16}

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

    So.... they wont need that recommendation anymore to use a framework like next?

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

    Excellent beo

  • @ChrisPalmer-hw2xb
    @ChrisPalmer-hw2xb หลายเดือนก่อน

    could you add the link to these React docs ?

  • @user-ml1bl4gv6j
    @user-ml1bl4gv6j 3 หลายเดือนก่อน +1

    i guess all left for next js is the SSR with server components and the routing system structure

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

      Next JS is fucked up after v13

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

    How does this affect react native Android/iOS/web?

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

    Is React with this stil a light weight libary, or do we have to call React now a full Framework. And if so, for what reason, should I chose React over Angular and Vue.js?

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

    Спасибо! Отличные новости!

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

    Did you do or planing on make a video for HTMX? I think this could be bebefical especially for "younger" developers who are not aware of Hypermedia and RESTful API

  • @chrisfelicien
    @chrisfelicien 3 หลายเดือนก่อน +1

    React look like next js now
    Thanks Kyle

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

      Thinking the same thing. Not sure if Next.js provides enough value in switching over. Especially because of Reacts market dominance

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

    Do you update your past premium course with this update?

    • @WebDevSimplified
      @WebDevSimplified  3 หลายเดือนก่อน +1

      Yes. Currently there is nothing to update as none of these features are stable and I already have many of these features in my React/Next courses

  • @randompointlessness2766
    @randompointlessness2766 15 วันที่ผ่านมา

    so I dont need to worry about any memoization hooks, unless I dont trust the compiler and insist on using them ! ? :D

  • @ILoveAmerica1123
    @ILoveAmerica1123 3 หลายเดือนก่อน +1

    Worth it to learn and master? Thoughts and comments appreciated.

  • @Kraykz
    @Kraykz 3 หลายเดือนก่อน +1

    Awesome summary, thanks!
    Can you reduce the head shaking though? It's making it harder to focus on the main content..

  • @theshtig4218
    @theshtig4218 3 หลายเดือนก่อน +16

    What's the point of next js now?

    • @jozekuhar2895
      @jozekuhar2895 3 หลายเดือนก่อน +1

      It's probably more relevant than ever because some of the features like "use server" / "use action" can only be used with framework (not necessary next, of course).

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

    nothing wrong with using the usememo etc. hooks. they are easy to comprehend.

  • @nxshipon6470
    @nxshipon6470 3 หลายเดือนก่อน +1

    Always love Form Bangladesh 🇧🇩🇧🇩

  • @user-ko1cw6mv4q
    @user-ko1cw6mv4q 3 หลายเดือนก่อน

    Omg Kyle ❤❤😮

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

    great

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

    Did react just graduate from library to framework?

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

    Cool

  • @Alex-mi6xc
    @Alex-mi6xc 3 หลายเดือนก่อน +5

    Is it now better to use react then next.js?

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

      2nd this question 👆

    • @shaunniel02
      @shaunniel02 3 หลายเดือนก่อน +1

      3rd this question

    • @ooijaz6063
      @ooijaz6063 3 หลายเดือนก่อน +1

      next is a react framework... you can't use next without react
      next gives you opinionated way working with react (routing, image, font additional features, ssr, etc)

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

      Just keep using Next.js if it makes sense for your project. Next.js gives you quality of life features such as file system routing, server side rendering if you need it, image optimization, code splitting and much more.
      If you don't care about any of those, then just don't use Next.js.

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

    Felt like they are back porting nextjs into react. Compiler is cool though.

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

    Does this apply also to React Native?

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

      No, they are different frameworks

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

    seems like react becoming svelte. svelte becoming react with new svelte 5

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

    That just makes me think that Nextjs is THE React framework...

  • @Manpreetsingh-ni3kx
    @Manpreetsingh-ni3kx 2 หลายเดือนก่อน

    what about devin?

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

    Should I still use next.js with React 19?

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

    That’s great! Ahh, but now all my dependencies are broken… And I hear React 20 is just around the corner. But I might consider other upcoming technologies such as Javasplit, Fastyfast, and NuJS.

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

    i really like your content, much appreciated, but please, the way you talk and say no with your head at the same time gets me everytime

  • @kamalkamals
    @kamalkamals 3 หลายเดือนก่อน +1

    react team inspire from other frameworks like svelte

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

    🎉🎉🎉

  • @nicolasguillenc
    @nicolasguillenc 3 หลายเดือนก่อน +6

    Wow a compiler! I wonder who had that amazing idea how did no one think of that before?🥴
    - Vue, Svelte, Qwik:🗿

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

      It's faster for all the millions of apps that have been created with React to be upgraded versus rewriting in a different framework... Yet, I still love svelte ❤️‍🔥

    • @StephanHoyer
      @StephanHoyer 3 หลายเดือนก่อน +1

      It's not an amazing idea, it's workaround for a flawed concept. React changes fundamentally with every 2 majors, something massive must be wrong, don't you think?

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

    Yes but when

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

    When I changing the video orientation in your website it's automatically set the video quality to maximum (1080p). But I want if one time I set this to 360p than it should stay always 360p. It's automatically reset. I know what the problem. I also can fix this. But I know you also can do this. Thank you

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

    👌👌👌

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

    Holy shit.

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

    So...when will React 19 released?

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

    React wants to be like Svelte

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

    Define compiler. Or is it again hijacking terms to look smart?

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

    Are actions becoming a "stable" or "staple" part of React?

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

      ah...ok..both I think. A stable version that will become a staple part of React.

  • @northloo
    @northloo 19 วันที่ผ่านมา

    Wait wait wait kyle... are tou saying actions will simply just work in client co ponents without calling thw action in a onSubmit handler????? If so i will start jumping all over the place

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

    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

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

    Are you telling me they did nothing about the reacts garbage way of global state management ? 😮

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

    Just use Vue or Swelte.
    React is so much behind other frameworks in innovations.

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

    Ah shit, here we go again

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

    I hated forwardrefs, so good to see them going away entirely!

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

    Can you please make a React video

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

    So React.js 19 is finally better than Next.js? Should I start using React again in my projects instead of Next? Please reply...

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

    The best part is killing optimization features
    Less is better

  • @darrenhwang900
    @darrenhwang900 3 หลายเดือนก่อน +1

    Use use use, used

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

    I must be stupid. But I have to ask. "Running the form on the server" .... huh? Wouldn't a form always need to execute javascript on the client to do anything? My understanding was that "rendering on the server" meant generating all of HTML on the server. Not following how it would be possible to "generate javascript" on the server. But I am fairly new to this so maybe I am misunderstanding something basic.

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

      I don't think forms need js actually so I think it can work on the server, I could be mistaken aswell but I'm pretty sure forms don't require any js

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

      @@adityaanuragi6916thanks for the response. I’ll look into this.

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

      @@cusematt23 looked it up and I can confirm that forms don't need js
      You can try this yourself by disabling js and submitting a form, or just base html form with a method as get and you can your url on top change

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

      @@adityaanuragi6916 thanks a ton. Really do appreciate.

    • @adityaanuragi6916
      @adityaanuragi6916 3 หลายเดือนก่อน +1

      @@cusematt23 no worries pal

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

    Even after all this, vanilla wins

  • @ruggeddog3103
    @ruggeddog3103 3 หลายเดือนก่อน +1

    better then 100 seconds of crap!