Next.js 14 Tutorial - 54 - Streaming

preview_player
Показать описание

📱 Follow Codevolution

Streaming
Рекомендации по теме
Комментарии
Автор

Been busy at work and in personal life. Next set of content is likely in 2 weeks. Thank you for patiently waiting everyone!

Codevolution
Автор

This is the best Next.js course (heck maybe best course full stop) I've ever seen. Especially this most recent section on rendering. You go into such detail about the WHY of Next, not just the what... This is helped me so much. Thank you!

Oculux
Автор

I truly appreciate you creating such fantastic videos. I've watched them all, from the very first one to the latest (#54). While I found Next.js a bit challenging to grasp at first, your explanations made it much simpler and esier to understand.
Thank you for the amazing videos!
I'm eagerly waiting for your next ones.

piratkm
Автор

The explanation and illustration are simply genius, thank you Vishwash

yinonelbaz
Автор

it is great pleasure to learn along with you, waiting for remaining sessions to complete this course

confexion
Автор

tons of thanks to you Vishwas. It's really great series on Nextjs. Thanks once again.

g-ytub
Автор

Thanks so much for your unwavering effort and consistency...

praiseakintayo
Автор

I feel blessed to follow this series... Waiting for the next section... I also request for a series on mysql2 in next.js 14

medstoz
Автор

The best course for next.js, thank you!

polinamahova
Автор

Thanks for your effort your style of teaching is grate !

kostyag
Автор

fantastic content Vishwaas, thanks so much!

uquantum
Автор

I want to use slots like @product and @review and include loading.tsx in that to show loading while they await for 2 and 4 seconds, respectively. How to achieve this? Is there way to Suspense stream async slots? And can suspense use slot loading as a fallback?

amrit_upreti
Автор

When I build the same component, I could not see the loading text in the static generated html, instead I see the resolved content. So During the build time, will the build job waits till the component gets resolved and then create the static html file

ramgirishreddykarri
Автор

I think the suspend component is similar with parallel routes, both allow individually loading.

吴尧-er
Автор

all component are RSC with static generation by default. so the await is done at build time, right? the reason that suspense and fallback works is because process in the video is done in dev mode, right? i got so confused for a moment

frontend_ko
Автор

I saw your Front End Interview Preparation course, But you've announced it 3 years ago. I know how great structurer you are and definitely trust you with your course. Just wanted to know is your course updated and responds to modern React? I mean like focusing more on functional React

NijatNiyazov
Автор

Thanks ❤ I am really enjoying this series and I got so much information so please complete it

sohadmad
Автор

Sir please, reply on when we use next js as frontend and node js as backend end how we can manage our middleware code for protecting routes because I send token in response of login api and i got it in client components and middleware run on server how I can pass token to server please explain this topic

codechange
Автор

Thankyou so much, for explaining this 😊, I was waiting for it.

shivanggupta
Автор

Are there any major changes between your playlist "Next.js Tutorial for Beginners" and this tutorial? I am starting now. Which one should I watch? The first one is complete though.

subhammondal