The useActionState hook is now also new, I explain it here: kzbin.info/www/bejne/fZjcgWOVl5KKhrs
@КириллАмиров-ц2ф24 күн бұрын
You are the reason why learning html css and js was as easy as possible for me. Thank you coach. Keep it up🙏
@ByteGrad24 күн бұрын
Awesome, enjoy!
@ritudey852024 күн бұрын
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 !
@ianc641824 күн бұрын
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.
@r34ct424 күн бұрын
Same. and Supabase is not compatible yet.
@asrilhidayat253023 күн бұрын
thank you, good man
@naughtiousmaximus785324 күн бұрын
This video will be out of date in less than a month lmfao
@null_spacex24 күн бұрын
Just watch the next video, you would anyways
@boschbryceson475123 күн бұрын
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
@rezvlt928520 күн бұрын
I've been building with next js and all the content out there is outdated.
@null_spacex20 күн бұрын
@@rezvlt9285 read the documentation and blog to stay up to date. Don't upgrade unless you need to.
@cslearn304414 күн бұрын
Does it matter that its outdated? It doesnt matter bruv
@habong1735923 күн бұрын
hello :) your course buyer here. i was wondering will these be updated in your current course as well?
@ByteGrad23 күн бұрын
Hi, most likely yes, but the changes are so small it’s nothing to be worried about right now
@haritssyah743421 күн бұрын
This man is so focus on next.js update, he forget to change the ventura wallpaper
@ByteGrad21 күн бұрын
😂
@MRoyDev23 күн бұрын
Please create another course like Petsoft on Nextjs 15 .
@Sahil.124 күн бұрын
They made get params little more tricky imo
@dreamsachiever21224 күн бұрын
I m still confused as to why make these params async ? what's the benefit? adding more boilerplate to writing code...
@julianklumpers23 күн бұрын
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.
@dreamsachiever21224 күн бұрын
can anyone tell me what is the benefit of making params and searchParams async?
@adhayansharmaprod22 күн бұрын
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!
@KiệtĐỗ-g6y23 күн бұрын
react 19 is not stable yet, so sad
@RADIOSCATRACHASUTAN23 күн бұрын
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.
@SohaaTitanio22 күн бұрын
NextJS make it possible to create frontend and backend in the same application?