The useActionState hook is now also new, I explain it here: kzbin.info/www/bejne/fZjcgWOVl5KKhrs
@КириллАмиров-ц2фАй бұрын
You are the reason why learning html css and js was as easy as possible for me. Thank you coach. Keep it up🙏
@ByteGradАй бұрын
Awesome, enjoy!
@ritudey8520Ай бұрын
This is a dream come true, Thank you so much Wesley. I am so grateful! Please let me know if I can donate to this channel or maybe your site. Would love to !
@ianc6418Ай бұрын
i tried it and some packages I use were throwing errors, the aren't ready for react 19, like some component libraries I use aren't compatible. So I'm not gonna bother with Next v15 until React 19 is stable and adopted.
@r34ct4Ай бұрын
Same. and Supabase is not compatible yet.
@rulofmg12 күн бұрын
actually would be great if they do some sort of onboarding for new version, for example like if we do something in v14 way it would suggest the new alternative in v15. maybe an extension for vsc to sort of teach us what we can do differently? it would also be great if it can benchmark and show the difference to previous version(if it does have performance impact)
@asrilhidayat2530Ай бұрын
thank you, good man
@naughtiousmaximus7853Ай бұрын
This video will be out of date in less than a month lmfao
@null_spacexАй бұрын
Just watch the next video, you would anyways
@boschbryceson4751Ай бұрын
these are foundational concepts. you are here because you know params and searchParams, your job now is grasp why they made them async because next month its going to be "use async" lol
@rezvlt9285Ай бұрын
I've been building with next js and all the content out there is outdated.
@null_spacexАй бұрын
@@rezvlt9285 read the documentation and blog to stay up to date. Don't upgrade unless you need to.
@cslearn3044Ай бұрын
Does it matter that its outdated? It doesnt matter bruv
@habong17359Ай бұрын
hello :) your course buyer here. i was wondering will these be updated in your current course as well?
@ByteGradАй бұрын
Hi, most likely yes, but the changes are so small it’s nothing to be worried about right now
@julianklumpersАй бұрын
For me the "stable and ready" Turbopack feels like a rushed feature again from Vercel. For example if you use the "redisio" package it does not work with Turbopack. Also i get a lot of huge base64 console warnings which i do not know where they come from. Other then that the changes are good.
@MRoyDevАй бұрын
Please create another course like Petsoft on Nextjs 15 .
@haritssyah7434Ай бұрын
This man is so focus on next.js update, he forget to change the ventura wallpaper
@ByteGradАй бұрын
😂
@dreamsachiever212Ай бұрын
can anyone tell me what is the benefit of making params and searchParams async?
@Sahil.1Ай бұрын
They made get params little more tricky imo
@dreamsachiever212Ай бұрын
I m still confused as to why make these params async ? what's the benefit? adding more boilerplate to writing code...
@adhayansharmaprodАй бұрын
I hate how they made dyanmic apis asynchronous in the app router (it is called dynamic router) to wrap it in typescript is a nightmare because it's a promise then u have to resolve them. If u are using them on a client side (since async only works on non client components) then u have to use the "use" hook from react. What a bummer!
@RADIOSCATRACHASUTANАй бұрын
I say, I like nextJS but I get stuck pretty fast, first time i ever been stuck in something. Even ask chatgpt to help not to avail.
@KiệtĐỗ-g6yАй бұрын
react 19 is not stable yet, so sad
@SohaaTitanioАй бұрын
NextJS make it possible to create frontend and backend in the same application?