You're the only one who cover any of the topic from NextJs deeply 🔥 You're 🫵🏼 channel is like a video repentattion document 👀 of NextJs 👏🏼🎉 Thank you ankita madam ❤
Hi Ankita do on the loading with template tsx when refresh the page loader to apply and also on page navigation also I am eagerly waiting for this to implement in my project.I like ur way of explanation and I am now ur subscriber
Great video yesterday only I started learning Next.js but as sr developer I have one big question how does Next.js works under the hood what exactly it’s doing if you can make full in depth video in that would be helpful
@@Kulkarniankita Thanks for the reply, My bad I haven't seen the video yet, and kept the tab open to watch it later, But this came to my mind and posted the comment. I have some other doubts as well in frontend development for suggestion, where can I post Ankita?
Hey ankita, i am very much confused with using the USE SERVE and USE CLIENT and mixing and matching RSC with server actions, etc. Could you please make a video to cover all that ?
*Thanks* alot for this simplified and detailed explanation. Respected Ma'am, What happens when there are 2 users, hiting the API 1st user gets new data, but what happens if 2nd user comes after revalidation period ??
@@Kulkarniankita Thankyou Ma'am for answering this, but NextJS didn't behave like this. I had an external API which my NextJS route handler calls to get data, but despite external API returning 503, 429, etc. after revalidation period NextJS returns old cached data. I have more details about this question on StackOverflow, search for question *NextJS 14 returns old cached data even if external API returns error on revalidate* to get more details.
Any tips for speeding up next.js image loading? Tried various optimizations like sharp, resizing, and quality adjustments but still facing slow loading times despite small image sizes (37kb). Any suggestions?
@@Kulkarniankita understood I need a clarity on initially I run nom run dev a white space appearing and displaying the UI so how to handle and pls explain about loaders spin every page routing
So what are some burning questions you have about caching? Or Next in general? Comment below and let me know!
Can we do this without fetch? I'm using axios.
Thank you so much for explaining such a complex topic in such a simple way.
Glad you liked it!
Thank you, this has been very helpful
You're the only one who cover any of the topic from NextJs deeply 🔥
You're 🫵🏼 channel is like a video repentattion document 👀 of NextJs 👏🏼🎉
Thank you ankita madam ❤
Haha thanks! Appreciate it
I learned a couple of new things from this video, Thank you so much for making such content🙏🙏
Of course, thank you! 😊
Really Great Content
Thanks a lot for sharing this
Thanks!
Thanks to make it simple to understand 😊
Thanks! 😊
Thank you very much Ankita, this is very helpful
Glad you found it helpful!
Nice explanation❤
Thanks!
Great explanation. Thanks.
Glad it was helpful!
Neatly explained
Thanks !
Thanks, glad you like it!
Thanks Mam you explained it very nicely.
Glad to hear that! Thanks
Hi Ankita do on the loading with template tsx when refresh the page loader to apply and also on page navigation also I am eagerly waiting for this to implement in my project.I like ur way of explanation and I am now ur subscriber
Thanks!
Thank you!
Anytime :)
Good job!
Thanks!
Great video yesterday only I started learning Next.js but as sr developer I have one big question how does Next.js works under the hood what exactly it’s doing if you can make full in depth video in that would be helpful
Thanks!
Cool stuff ❤
Thanks! 😊
Keep growing
Thank you!
Hey Ankita, Can you make a video on how to properly and securely make api calls in either React or NextJs which is to be used for production.
Hey check the data fetching section in the Nextjs crash course on my channel. I show how you can do that!
@@Kulkarniankita Thanks for the reply, My bad I haven't seen the video yet, and kept the tab open to watch it later, But this came to my mind and posted the comment. I have some other doubts as well in frontend development for suggestion, where can I post Ankita?
When you do a fetching or a prism within a server actions, is it cached?
Thanks a lot ♥
Of course!
Hey ankita, i am very much confused with using the USE SERVE and USE CLIENT and mixing and matching RSC with server actions, etc.
Could you please make a video to cover all that ?
That’s a good point, yeah I’ll consider it!
Learnt that the hard way lol now I use actions and i'm fine
lol I hear you!
*Thanks* alot for this simplified and detailed explanation.
Respected Ma'am,
What happens when there are 2 users, hiting the API 1st user gets new data, but what happens if 2nd user comes after revalidation period ??
First user gets stale data but kicks off a request to get fresh data so that the 2nd user gets fresh data!
@@Kulkarniankita Thankyou Ma'am for answering this, but NextJS didn't behave like this. I had an external API which my NextJS route handler calls to get data, but despite external API returning 503, 429, etc. after revalidation period NextJS returns old cached data. I have more details about this question on StackOverflow, search for question *NextJS 14 returns old cached data even if external API returns error on revalidate* to get more details.
Any tips for speeding up next.js image loading? Tried various optimizations like sharp, resizing, and quality adjustments but still facing slow loading times despite small image sizes (37kb). Any suggestions?
Hmm Did you try caching on the CDN?
which soft you use for recording?
Hey I’m using Premiere pro!
Here in nextjs we can use only Link tag there is no use of anchor tag in nextjs is it correct
You can use anchor tag as Link uses anchor tag under the hood but you won’t get a bunch of capabilities like prefetching etc. if you don’t.
@@Kulkarniankita understood I need a clarity on initially I run nom run dev a white space appearing and displaying the UI so how to handle and pls explain about loaders spin every page routing
👋