NextJS Incremental Static Generation and Regeneration Explained

preview_player
Показать описание
Incremental Static Regeneration brings the best of Static Site Generation (SSG) and Server Side Rendering (SSR) to NextJS. The feature allows you to update static content after you have already built your site, meaning your users get a blazing fast experience and the latest data. In this video, you'll learn how to enable and work with incremental static regeneration.
Комментарии
Автор

The explanation was brilliant. Definitely the best tutorial which I have found that demonstrates ISR more efficiently. ❤🙏

sahaneakanayaka
Автор

No one:
Ado every second: Latest and greatest

Great video, btw. Thank you !

DjSeymur
Автор

Thank you for your great tutorials. Now everything is more clear about SSR in nextJS after your videos

serkanakman
Автор

Great work! Look forward to more and more videos, especially nextjs, tailwind and react in general. Cheers.

justinho
Автор

This is revalidation, you could cover up incremental static generation on a dynamic route with the fallback property, good video none the less

smakosh
Автор

What an explanation video. Just WOW good job bro. Keep going

nalbur_
Автор

Thanks! It helped me a lot to understand how it works. Nice video!

elbugdepanchito
Автор

Odlican tutorijal.
Kanal se mora ispratiti. :)

dines
Автор

Can you see the effects of the regeneration without having to refresh. For example, if someone updated their profile and wanted to see the changes, would they need to refresh the page before being able to see the changes?

graysmith
Автор

Great Video! Thanks for the clear guidance Ado

parasmanikc
Автор

how to deploy ISR build folder ? I migrate from ssg to isr, currently, I deploy the out folder with export method.. now when i remove (export method (does not support ISR (getStatichPath fallback :true right ?) firebase can't detect the index folder...

socialclub
Автор

Awesome content ! thank you so much, I will definatly give it a try. Do you know if the new content that is updated is SEO optimized as well as the rest of the static data ?

tichouls
Автор

Great video, thanks a lot for sharing your knowledge.

jonathanbradbury
Автор

The problem is that, if I add one more post after build, it will not update on the frontend, and to do that we need getserversideprops, and it took almost 2 to 3 sec to load which is slow .. 🥺

kumardeepanshu
Автор

Great detail and explanation. Thanks.

VincentFulco
Автор

somone pls help me, i'm having a hard time to wrap my head around this ssg and ssr thing. my question is if ssg can do as the video says, if i want my user get the latest data so i can just always use the ssg thing, is there any drawbacks? or is it better to use ssg? i'm so confused haha

muhammadalbab
Автор

what is it for?when a user refresh a page and he cant see new data ? He will left the pqge without see the new datas?is it right?

All of user have to reload twice to see the change?
Or if one user refresh twice and get new data its enough and others can see new data?🤔

hamed
Автор

Can you do a video on using redux persist with nextjs? With a store for frontend and backend.

aumgnfeig
Автор

That was a great explanation, thank you!

cassiosalvador
Автор

What about dynamic routs ? I mean post/[id] is it good?

iamdeveloper