Sir thanks NextJS ke upar series start karne ke liye.
@kathiyavadi_sk Жыл бұрын
how i show get request in terminal to show cache hit or cache miss my terminal doesn't show this.
@imPrathamDev Жыл бұрын
what if I am using axois how can I use no-cache?
@adityalonkar80435 ай бұрын
1:38 Client pe right?
@nayanchauhan9999 Жыл бұрын
I learnt, how to learn.
@InnocentGamer-0013 ай бұрын
can we fetch data from blogging website too
@zainyzain6471 Жыл бұрын
bro great explaination keep it up if you could make a complete website on next js after this series then this will also great bro.
@greeneryman11 ай бұрын
10:08 🌟🌟
@KrishnaKamlesh-r6z Жыл бұрын
Thank so much bro you helped me lot❤
@Henish72 ай бұрын
can i use axios for fatchig data and that data will Rendering on Server-Side ?
@imvivekkushwaha Жыл бұрын
Agar api network tab mai nhi dekha raha tho debugging kaisa karna gay
@therajuahammad Жыл бұрын
Can we use axios with nextjs 13 app dir without useEffect?
@umakantabehera1701 Жыл бұрын
for me cache is not working why?
@AryanRaj-zt6cq Жыл бұрын
Will the Server Side Rendering of the component of the App router works if we deploy on AWS instead of Vercel?
@ayushdumasia7 ай бұрын
no , this things only works on a vercel
@Haresh_ahuja Жыл бұрын
Start projects using nextjs and firebase
@ayush_code9849 Жыл бұрын
Sir ek video banao CURD operation in mongo db using api directory
@ankurkatiyar07 Жыл бұрын
Commendable 👍
@Sumit-x9i3l Жыл бұрын
make video using javascript also
@ayushdumasia7 ай бұрын
typescript and javascript is a like same , only some syntax changes in TS , otherwise same
@DevHive-wy3in6 ай бұрын
good bro 😀
@iamakashkumarram Жыл бұрын
Sir thora tough lag raha ha.
@kamranbhatti8104 Жыл бұрын
Han bilkul i think typescript ki wja se
@sahillamba5084 Жыл бұрын
using your method I am getting an error : Error: connect ECONNREFUSED ::1:1337 at RedirectableRequest.emit (node:events:514:28) at ClientRequest.emit (node:events:514:28) at Socket.socketErrorListener (node:_http_client:501:9) at Socket.emit (node:events:514:28) Cause: Error: connect ECONNREFUSED ::1:1337 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 1337 } Do you have any fix for this ?