I think it covered all the stuffs, i think this the only video on youtube which have great content, other videos just making fool without understanding react19. Thanks brad❤
@philippearras815410 ай бұрын
Thank you Brad. All the work you do !
@brianbeal92068 ай бұрын
I'm ready for Traversy radio - I could listen to this dude all day
@eleah266510 ай бұрын
Brad is still the king. Over 2 million subscribers. Thanks.
@webdevluc10 ай бұрын
Great video Brad. Thanks for making and sharing it
@psychodelic4210 ай бұрын
you were the pilar of staring my journay of a web dev. Some time now I didn't came to your channel but I'm happy to see you are back in the game!! Lucking sharp mate, hope you are doing well !!!
@AlexanderBelov-y8o10 ай бұрын
Woah man! You are the first one on KZbin to make a tutorial on React 19! You are the GOAT.
@aunghtetlinn60713 ай бұрын
This saved me so much time catching up with React 19. Thanks a lot Brad
@CodeMouse_222Ай бұрын
Thank you so much for such a clear inresting video! It helps a lot 🤝
@acidrifrancis1510 ай бұрын
You guy are doing tremendous work. i love the way each and every project you drop is giving us insight.
@bogdanmarian378610 ай бұрын
Brad is the man! Thank you for your efforts and continuous learning materials!
@ceralguy8510 ай бұрын
Great video Brad, thank you for always support the tech community by sharing this great content
@munna555310 ай бұрын
You're are ahead of time😊😊
@r-i-ch10 ай бұрын
Thanks for showing these all instead of the cursory review.
@haciendadad10 ай бұрын
Great job on this video! Thanks Brad!!
@SaifulIslam-ql6eb10 ай бұрын
I'm excited about react compiler.
@ziggy-dev10 ай бұрын
Minor thing, 13:09: Regardless of the use() hook, you wouldn't have to `return await res.json()`. (Unless you're using a try/catch)
@engsiyad10 ай бұрын
I see a lot of Next js staff in the update. Thanks for the update brad.
@matagaralph4 ай бұрын
Yeah coz most of the React core dev team are now part of the Nextjs development team at Vercel.
@abhaykumar980610 ай бұрын
At 33:20, why do you have a id in a input type hidden, when it can be passed from the prop value into the callback addToCart similar to title? I totally understand that you are trying to create an example to use formData inside a child component, but here it looks like an overkill.
@Racine1410 ай бұрын
Thank you #travesy for this video.
@devjourney858310 ай бұрын
this is great, thank you Brad!
@abhaykumar980610 ай бұрын
Overall, great video. Worth watching. Thanks for sharing!
@jamcmich7 ай бұрын
I was reading about this the other day. Apparently using subsequent commas in an array is a method for omitting array indices. In different contexts, this method's omitted values will sometimes be read as undefined.
@larrytron199210 ай бұрын
I'm really looking forward to React 19. It'll be nice to revisit after spending so long with Next JS
@elpolodiablo548610 ай бұрын
NextJS is built on top of React.
@stephenadeoye83709 ай бұрын
Thank you so much for sharing this.
@WanKy18210 ай бұрын
33:02 it doesn't look good creating hidden input in order to pass id to formData, why we can't just pass it as param?
@BijanProgrammer10 ай бұрын
Thank you for this comprehensive video.
@Salah-YT10 ай бұрын
thank u so much 🥰👍
@lucadifazio273510 ай бұрын
So what's the difference between form action and form onSubmit?
@_Blackwolf_0110 ай бұрын
Thanks sir i'm currently learning your DSA course and it iz amazing
@birsingh538810 ай бұрын
He always makes great videos
@_Blackwolf_0110 ай бұрын
@@birsingh5388 like hitesh sir
@zaibali25410 ай бұрын
Can you share link of this course
@avneet1228410 ай бұрын
Nice. I see an example for useTransition in the repo. Would be nice to get a video on it if you get some time.
@张宁-v4y10 ай бұрын
Thank you video Brad
@Faatihahmed10 ай бұрын
Great video as usual. I hope i will my first dev app
@GeraldOlumideBMmagazine7 ай бұрын
When using “use” and “ Suspense” for the first and second examples of this video, I can see that you were able to display the data and there is a loading state too with the help of Suspense hook, but how do you handle a case when the post can’t be fetched, how do you show error message back ?
@manishkeer833810 ай бұрын
Thanks for the video, just have one question how we will handle error cases with use(fetch(...)) and suspense (for API calls)
@PeterSahanaya4 ай бұрын
You can warp the Suspense with ErrorBoundary which it's available by npm install react-error-boundary
@yman_kh10 ай бұрын
Great video Brad. Thanks for making and sharing it. Are you planning to update the react course on your website?
@Immelstorn10 ай бұрын
In the first example hook use() triggers 4 times and i don't see a way to fix it. Am i missing something? Also to run the code you need to use yarn (npm isn't able to handle conflicts). And manually install experimental versions after it (you will get react/jsx-runtime errors without it)
@jayantsharma266910 ай бұрын
I haven't tried this, but I have this question what if I only want to fetch the data only once, but on every re-render the use hook will fetch the data
@ahmedchouihi9 ай бұрын
Thanks Brad for the tutorial , but which course should I have read before this tutorial ? Can you mention one or more of the helpful videos ? Thanks and good luck
@skverskk10 ай бұрын
Great new React features. And, great presentation with real example code.
@danielcornejodev7 ай бұрын
Brad, in the useExample 1 and 2, I see that you are no longer using a catch method for error handling. Wouldn't you want to keep that in the fetch data call?
@XviSi0nplays10 ай бұрын
eine der besten folgen seit langem
@rudolfferenckovacs81210 ай бұрын
Thank you Brad!
@vladoks796510 ай бұрын
Are you going to make Laravel course on Udemy?
@tahir-uddin-ahmed10 ай бұрын
Really need laravel course.
@brencancer10 ай бұрын
Thanks for the effort sir, will React 19 affect React Native?
@daljeetsingh512710 ай бұрын
Great video Thanks
@jesse-c5y5 ай бұрын
i think tanstack useQuery is still superior for fetching data but i do like that 'use' can be used inside a conditional which has bugged me a lot with previous react where i'm forced to load data i don't need because of that no condition rule
@alvaro-escalante-naves9 ай бұрын
How would you call the fetchData from an onclick event using 'use'?
@JohnReyBaylen9 ай бұрын
Note: React.useActionState was previously called ReactDOM.useFormState in the Canary releases, but we’ve renamed it and deprecated useFormState. - From React Doc
@mayankomar16167 ай бұрын
how do we handle Errors using usehook
@handsoncoding769310 ай бұрын
Nice one Brad.
@alexdin156510 ай бұрын
Thanks for this videos as always best content please I have a question can we use Next Js with Django?
@xzex26097 ай бұрын
the repository can not be cloned : experimental versions had problem can we install react 19 instead ?
@gametechz_8 ай бұрын
not able to import use hook. Can anyone help ? How can i use it in my react 19 project
@asifahmed656810 ай бұрын
Thank you Brad
@nro33710 ай бұрын
great video!!
@ceralguy8510 ай бұрын
Brad there is an error related with a conflict between react-router-doom and react experimental version. Do you know which version of react-router-dom we need to install ?
@martygo10 ай бұрын
Awesome 🤩.
@abdulsiyadnp10 ай бұрын
Wow, this is a Gem.
@jameskirk591410 ай бұрын
brad the GOAT
@Zeeshan-oi1vj10 ай бұрын
Great video, skipping unnecessary part was good
@PeterScream9 ай бұрын
nothing wrong with the longer videos mate
@IDOGADAN5 ай бұрын
Please do authentication with react please
@lakshyarajdash10 ай бұрын
Hey Brad I want you to make a video on MEAN stack. I want to make my portfolio website using MEAN stack.❤
@boundless_nomad26 күн бұрын
as of now after stable relaease i am getting refecting data even i copy paste original code hope someone will respond "use" hook making repeated fetch operations without rendering data just getting "loading" msgs and on while debug its too many fetch operations
@harsimothukuri15510 ай бұрын
Brad u r my motivation
@michaelcyber458410 ай бұрын
Great 🎉
@doug77410 ай бұрын
Awesome
@2pacgamer9 ай бұрын
Thx :)
@s1n7ax3 ай бұрын
Nice
@HousseinDroubi-o9i7 ай бұрын
Hey man,
@cusematt2310 ай бұрын
Does anyone know the "official" production release of react 19? Apols if i missed in video.
@OCEMTechZone10 ай бұрын
🎉
@amiracademy46410 ай бұрын
❤
@sanukjoseph10 ай бұрын
💓
@CeezGeez10 ай бұрын
14:33 lolol
@abddulrahmanas10 ай бұрын
Is it worth learning React while there are "better" ones like Vue.js and Svelte? It seems everyone hates React and Next.js.
@QuadLead10 ай бұрын
Laravel (:
@kim92se6410 ай бұрын
24
@skzahirulislam282010 ай бұрын
1st
@notchraiser42468 күн бұрын
useOptimistic is quite confusing explaination
@Chris-qg6kc10 ай бұрын
What is the point of the react team pushing nextjs if they would continue to make updates? Next has eaten their lunch already
@bla42247 ай бұрын
Informational: yes, good, thanx. Code style: terrible. E.g. you say, "writing a function" but actually you declare a constant, which refers to an anonymous function. Strange. Why do you not write `function blabla() {}'? Declaring everything as a const is certainly allowed, but hurts readability and proper understanding of the code tremendously. Also hard-coding the view (e.g. using the tailwind non-sense) is - not only IMHO - bad style (and actually wrt. this demos absolute overhead, not needed at all, disturbing). Giving a component 1 or 2 proper class names or/and ID is sufficient to write a proper CSS detached from the actual code, like in a separate css file using standard CSS selectors and thus giving users (and yourself) a chance to re-style the pages in an efficient and easy way. One can see in your demos, what a bloat the tailwind usage already creates - and these are small examples, only ...
@abhaykumar980610 ай бұрын
Funny, I tried to create a vite using typescript and I am not able to do `npm i -D @types/react@experimental @types/react-dom@experimental`. Any idea how can I do that @brad? When I specify the exact experimental version, I am only able to install the @types/react, but not @types/react-dom. And that is also not working
@akoskm10 ай бұрын
Hey, I think I can help you out here! I made a video about setting up React 19 with Vite, including the types! kzbin.info/www/bejne/npSWiIaEnZKBbNksi=Q8GePu8elPg8KDr3 let me know if you need more help with this!!
@wanai90629 ай бұрын
You can view the comments for this file `types/react/ts5.0/canary.d.ts` on `@types/react`
@akoskm9 ай бұрын
There's an alternative way to add the canary version by going to the npm website searching for react, and picking a version with the canary tag. I made a short video about how you can do this: kzbin.info/www/bejne/npSWiIaEnZKBbNk
@tomm57659 ай бұрын
The canary types are in the regular @types/react package to enable them modify your tsconfig.json and add "types": ["react/canary"]. Haven't tried with experimental, maybe just react/experimental
@abddulrahmanas10 ай бұрын
Is it worth learning React while there are "better" ones like Vue.js and Svelte? It seems everyone hates React and Next.js.