Again.... Sonny has always breaking something complicate to small pieces and train us to think along side with his lessons - tutorials and give us some example so we can code better ourself later. Thanks Sonny ! Please Don't stop doing this 🔥🔥
Learning server actions from your video was so much easier than diving into the docs. Thanks Sonny! Looking forward to the caching and optimistic update videos!
Thank you very much. I was struggling with the data refetch concept. and even though I have no knowledge in typescript you explained it very well. Thanks again
Very huge Thank you, man! That's literally the tutorial that i has been looking for! For next tutorials, I would ask you to make a video about "Caching" in details (Both CDN and Client-side caching) in Next js 13 💥
Pretty useful and explanatory video as alwasy Sonny. You never let us down man. Papafam is the best choice I've ever made!!! Sending tons of love at your side my friend
Hi Sonny, this is a great explanation of the new server functionality, can you tell me where would i need to add this revalidateTage when am using Prisma for database interactions?
Maybe in a soon feature this become game changer! Thanks a lot. In your implementation server actions - how we can clear form after submitting? I try to ask chatGPT but only one they to do it - convert form to 'use client' Isn`t it?
You're great! thank you! you've gained a subscriber ;) I've got a little question. Do you think it would be possible to add new cards, for example, by listening to a kafka topic? I know there's a kafkajs library. I've managed to consume the data from a topic but I don't know how to add an element to my page based on the new kafka messages :/ I thought the use server could do the job but I don't see how. Do you have an idea?
Hello, I got stucked to implement google adsense to my newly released nextjs 13.4(App Router) project. I tried most of the tutorials which I found on google search and youtube search and didnot found any solutions to implement google adsense. I tried many npm packages also but they didnot worked for me. Please, make a complete video tutorial on how we can implement google adsense on Nextjs 13.4(app router) without losing SSR.
Hi Sonny, great video as always. A question for you, is it a bad practice to fetch api on client components and convert them to async? still getting used to server-client logic of next js and i have big dilemma! thx..
Sonny thanks so much for the amazing content ♥. I had a question about NextJS13 and did not have any luck finding a satisfying answer on the net. How can we benefit from server side rendering features when we are using a UI library like Mantine or AntD? The problem that I have is that these libraries need a provider to wrap the entire app. However, if we do this all of our content should be inside client-side pages and we simply cannot use server-side for any page. How can we handle this issue?
hey sunny thanks for this! I wanted to ask how can we do a onclick on the added products so it leads us to their respective urls? Im using nextjs with supabase. Thanks!
Sonny, Sonny, Sonny, what a man you are. You help people get jobs and also help them keep those jobs. Thanks for the great content.
Again.... Sonny has always breaking something complicate to small pieces
and train us to think along side with his lessons - tutorials and give us some example so we can code better ourself later.
Thanks Sonny ! Please Don't stop doing this 🔥🔥
Awesome explanation Sonny, straight to the point - and covers all the things I needed to know, much appreciated
Ohh my goodness this tutorial is soooo good
I literally changed my whole career after I started watching your tutorial. Thank you 🙏
Server actions are really cool, and so are your tutorials. Would love to see one for optimistic updates!
Wt is cool here? Wt problem does it solve?
Its apparently Just a over complicated way to achieve the same thing
@sudeshryan8707 it's all about the way it renders and speed and efficiency, you should pay attention to the video
Learning server actions from your video was so much easier than diving into the docs. Thanks Sonny! Looking forward to the caching and optimistic update videos!
I’m Glad it was helpful!💯💪🏽
Nextjs just keeps getting better. Thanks sonny for keeping up with the pace.
Thank you very much. I was struggling with the data refetch concept. and even though I have no knowledge in typescript you explained it very well. Thanks again
Very huge Thank you, man! That's literally the tutorial that i has been looking for! For next tutorials, I would ask you to make a video about "Caching" in details (Both CDN and Client-side caching) in Next js 13 💥
This is the best tutorial so far on server actions
Left field comment, I know, but Sonny is such a catch. Brilliant, handsome, charismatic. You were heavily favored when your specs were being drawn up
One of the best explanations on a coding topic I have ever heard!!
Pretty useful and explanatory video as alwasy Sonny. You never let us down man. Papafam is the best choice I've ever made!!! Sending tons of love at your side my friend
Thank you Mario I appreciate you!!!
Good video mate, coming from traditional Next, app router did bring a few new flows, quite handy.
I am stunned ... so much value! Thanks a lot Sonny
Sir can you please explain about sharing data and state between server components and client components
Thank you so much for explaining useTransition hook!! I didn't even know about it. That is so useful!! amazing.
Sonny never disappoints ! I don't even know how to rate this level of skills
❤️💯
you video is great sonny! i'm just start learning nextjs and your video helping me a lot keep going brooo
Thank you sir for clear explanation 🙌
u r doing awesome job bro!! we are excited to learn more advanced features in Nextjs 🤩
Love your tutorials mate, so well articulated and structured. Absolute gem 💎
Thanks man . Very informative difficult to find videos on latest releases of next js & also mockup api is so cool 🥺
Super. That is exactly what I was looking for!
This is an epic bro, I really love your explanation as well as the way you present it. Thank you so much.
I'm really glad I watched this video
Very good explaining thanks so much for this
Best tutor evaa bro thanks a lot !!
this is a really cool tuto about a cool feature ( server actions ) , thank you for share it
Omg best server action tutorial 🎉
Server actions are very beneficial. It would be great to see a video on optimistic updates.
i finally understand this, very great tutorial, thanks a lot ❤
totally liked it. make video how to delate data plz
Thanks for the video Sonny!
Well explained.....thorough, untangling what's in alpha shows skills 💯
Thank you!
Thank you for this wonderful content 😊
We would love a tutorial on useOptimistic hook.
Thanks for doing your videos. Appreciate it
looking forward to useOptmistic and state management with server action (maybe compared to useEffect
Awesome Il create a vid on it🔥
thanks for the tutor man, this is cool
Nice video totally liked it.
Please create a full video on Next.Js any clone..
Oh bro! Was just waiting n finding this
You are a great teacher thank you
Thank you! 😃 #PAPAFAM
Great video !! thanks a lot
Nice one Sonny, thanks 👍
Neat explanation!
Next.js got even faster.. 13.5.2 ❤
You save me lots of time
Sonny you are a g mate
Very very well done tutorial love it ❤
please put a video on optimistic update video. thanks in advance
Thank you brother
you are hero Sony thankyou ❤
can you make videos about dynamic routes? api routes?
great vid as always.
Can someone please explain whats the difference between revalidate tag and fetching the API again? both are same on paper. Thanks
Hi Sonny, this is a great explanation of the new server functionality, can you tell me where would i need to add this revalidateTage when am using Prisma for database interactions?
Good vid, Thanks
Next automatically imports the types globally if you rename 'typings.d.ts' to 'types.d.ts' so you don't have to declare type imports on each file
Great video
amazing stuff!
Hello Sonny, can you prepare the NextJs 13.4 full course
Thx sonny!
How do we make success feedbacks, and error messages when things go wrong?... Thanks for the tutorial ❤
please make a video on optimistic updates
You got it!
you fucking rock master keep it up
Top thx a lot!
Maybe in a soon feature this become game changer! Thanks a lot. In your implementation server actions - how we can clear form after submitting? I try to ask chatGPT but only one they to do it - convert form to 'use client' Isn`t it?
I have Same doubt, After submitting i want to redirect to next page. How can we achieve this?
I think just use useRouter from "next/navigation" google to got example @@PATILTANMAYVIJAY
Wooo let's GO ❤
Thx !
Very useful video ❤
Can u make a redux toolkit with nextjs 13.4 videoo.....
It's definitely going to take some getting used to...could there be any potential pitfalls to not attaching state to the input fields and avoiding JS?
Great video. :). BTW what tools are you using to sketch UI @ 7:38?
bro perfect timing :-)
Haha I do try!! 🙏🏽
@sonny, are you using github copilot? Can you please make a video on that about your experience of using it?
Biggggg love you sir ❤❤❤❤❤❤❣❣❣❣❣
Nice❤
Please explain how useOptimistic hook works as well. Thanks for this tutorial.
You got it! On the way!!
@@SonnySangha Thanks a lot! Really appreciate it ♥️
that's important things you teach ths
This video make to me to subscribe your channel ❤
You're great! thank you! you've gained a subscriber ;)
I've got a little question. Do you think it would be possible to add new cards, for example, by listening to a kafka topic? I know there's a kafkajs library. I've managed to consume the data from a topic but I don't know how to add an element to my page based on the new kafka messages :/
I thought the use server could do the job but I don't see how. Do you have an idea?
crazy!
@Sonny a liitle doubt - are server actions secure like can i use api keys and credentials while fetching
nice video
note to self: @21:30 docs nextjs for different formactions even buttons can use?
Hello, I got stucked to implement google adsense to my newly released nextjs 13.4(App Router) project. I tried most of the tutorials which I found on google search and youtube search and didnot found any solutions to implement google adsense. I tried many npm packages also but they didnot worked for me. Please, make a complete video tutorial on how we can implement google adsense on Nextjs 13.4(app router) without losing SSR.
Hi Sonny, great video as always. A question for you, is it a bad practice to fetch api on client components and convert them to async? still getting used to server-client logic of next js and i have big dilemma! thx..
can you make an app using DDD in the front-end side?
Hey Sonny, what is the repo name of the above tutorial.
Sonny thanks so much for the amazing content ♥. I had a question about NextJS13 and did not have any luck finding a satisfying answer on the net. How can we benefit from server side rendering features when we are using a UI library like Mantine or AntD? The problem that I have is that these libraries need a provider to wrap the entire app. However, if we do this all of our content should be inside client-side pages and we simply cannot use server-side for any page. How can we handle this issue?
Can someone tell the extension that was suggested code most likely predictive that was used while coding? Thanks..
How do you clear the input, how to handle validations
hey sunny thanks for this! I wanted to ask how can we do a onclick on the added products so it leads us to their respective urls? Im using nextjs with supabase. Thanks!
@22:59
is server actions always expect formData.? Can it be passed directly without converting to formData.? @Sonny Sangha
I am new to NextJs and I am confused about the distinction between server actions and route handlers. When should we use which one?
I’m really curious how this would work with Prisma? Especially with the tags. I’m currently using Prisma to update my database at PlanetScale.
Il take a look!
@sonnySanga wait for you cache video
hey bro, small doubt how to add canonical tag for every url in next js 13
what about if we have a file input field in the form, how to handle it?
What if I have mongodb? I still need to create 'api/product ' to handle my POST request right?
In what sernario does progressvie enhancement actually be needed? Don't really understand this part.