So what are some burning questions you have about caching? Or Next in general? Comment below and let me know!
@alwazkazi19165 ай бұрын
Can we do this without fetch? I'm using axios.
@nizamuddinbabu58893 ай бұрын
Thank you so much for explaining such a complex topic in such a simple way.
@Kulkarniankita3 ай бұрын
Glad you liked it!
@oladimejicoder6 ай бұрын
Thank you, this has been very helpful
@clevercoder26098 ай бұрын
Nice explanation❤
@Kulkarniankita8 ай бұрын
Thanks!
@kamrant89157 ай бұрын
Great explanation. Thanks.
@Kulkarniankita7 ай бұрын
Glad it was helpful!
@Arindam_17295 ай бұрын
Really Great Content Thanks a lot for sharing this
@Kulkarniankita5 ай бұрын
Thanks!
@oladimejicoder6 ай бұрын
Thank you very much Ankita, this is very helpful
@Kulkarniankita6 ай бұрын
Glad you found it helpful!
@TriptoAfsin8 ай бұрын
Neatly explained Thanks !
@Kulkarniankita8 ай бұрын
Thanks, glad you like it!
@mrityunjaysinha7 ай бұрын
Thanks to make it simple to understand 😊
@Kulkarniankita7 ай бұрын
Thanks! 😊
@yassine90902 ай бұрын
Thank you!
@Kulkarniankita2 ай бұрын
Anytime :)
@garikmelqonyan60118 ай бұрын
Good job!
@Kulkarniankita8 ай бұрын
Thanks!
@asfandyar80888 ай бұрын
Thanks Mam you explained it very nicely.
@Kulkarniankita8 ай бұрын
Glad to hear that! Thanks
@carlosterrazas89136 ай бұрын
When you do a fetching or a prism within a server actions, is it cached?
@Solo_playz5 ай бұрын
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 ❤
@Kulkarniankita5 ай бұрын
Haha thanks! Appreciate it
@JaykrushnaDas-v9q8 ай бұрын
I learned a couple of new things from this video, Thank you so much for making such content🙏🙏
@Kulkarniankita7 ай бұрын
Of course, thank you! 😊
@olg30898 ай бұрын
Cool stuff ❤
@Kulkarniankita8 ай бұрын
Thanks! 😊
@Rajputana19746 ай бұрын
Keep growing
@Kulkarniankita6 ай бұрын
Thank you!
@sai77438 ай бұрын
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
@Kulkarniankita8 ай бұрын
Thanks!
@pavankarthik6998 ай бұрын
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.
@Kulkarniankita8 ай бұрын
Hey check the data fetching section in the Nextjs crash course on my channel. I show how you can do that!
@pavankarthik6998 ай бұрын
@@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?
@hareshlakhwani47218 ай бұрын
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
@Kulkarniankita8 ай бұрын
Thanks!
@rohitkochikkatfrancis8 ай бұрын
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 ?
@Kulkarniankita8 ай бұрын
That’s a good point, yeah I’ll consider it!
@MiladJoodi8 ай бұрын
Thanks a lot ♥
@Kulkarniankita8 ай бұрын
Of course!
@Beast80K7 ай бұрын
*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 ??
@Kulkarniankita7 ай бұрын
First user gets stale data but kicks off a request to get fresh data so that the 2nd user gets fresh data!
@Beast80K7 ай бұрын
@@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.
@hossainopi8 ай бұрын
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?
@Kulkarniankita8 ай бұрын
Hmm Did you try caching on the CDN?
@pushkarkathayat78938 ай бұрын
which soft you use for recording?
@Kulkarniankita8 ай бұрын
Hey I’m using Premiere pro!
@sai77438 ай бұрын
Here in nextjs we can use only Link tag there is no use of anchor tag in nextjs is it correct
@Kulkarniankita8 ай бұрын
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.
@sai77438 ай бұрын
@@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
@alirezouali31192 ай бұрын
Learnt that the hard way lol now I use actions and i'm fine