Learn NextJS's Superpower ISR in 15 Minutes

Ғылым және технология

NextJS's Incremental Static Regeneration is a powerful tool for making your dynamic routes BLAZINGLY fast! :D Let's learn how to use it and how to verify that we used it correctly in our app. With ISR, you can convert dynamic routes into pre-rendered, static HTML + JSON routes.
My GitHub: github.com/joschan21
ISR Documentation: beta.nextjs.org/docs/api-refe...
I wish you a lot of fun implementing ISR into your app and seeing the results for yourself. Let me know if you build something cool with it! Cheers

Пікірлер: 61

  • @livecode247
    @livecode247 Жыл бұрын

    NextJS SSR, SSG, ISG is probably one of the most timetaking thing to understand. Loved the video!

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    Really is, took me a long time myself. Cheers man

  • @geoffrey_lee
    @geoffrey_lee Жыл бұрын

    Great explanation, Josh. There are definitely a lot of great uses for these examples.

  • @realitydesigners
    @realitydesigners Жыл бұрын

    Love your channel bro. Thanks for this! Learned something new!

  • @bravefastrabbit770
    @bravefastrabbit770 Жыл бұрын

    This guy is such a beast he even has the Nike logo tatted above his right cheekbone. Thank you for these videos, they're truly appreciated👏

  • @Zagoorland
    @Zagoorland Жыл бұрын

    I'm glad that you're using typescript by default!

  • @thequang9234
    @thequang9234 Жыл бұрын

    Love your channel ! Glad i found this, hope ur channel grow :)

  • @merdzhen_k
    @merdzhen_k2 ай бұрын

    What about the fact that Next.js official documentation says that revalidation doesn’t work with generateStaticParams? “During revalidation (ISR), generateStaticParams will not be called again” And you can check that it really doesn’t revalidate if you set dynamicParams = false

  • @khoanhkhactuyetvoi

    @khoanhkhactuyetvoi

    19 күн бұрын

    i try revalidation with generateStaticParams in nextjs14 and it not woking, then i use revalidation in the page

  • @Nosleepguy
    @Nosleepguy Жыл бұрын

    we can do it in next 12. In N13, Vercel was change syntax a bit. But it's so amazing

  • @asimalqasmi7316
    @asimalqasmi7316 Жыл бұрын

    Thanks for your great videos

  • @rayhanislam7518
    @rayhanislam7518 Жыл бұрын

    So when I go for server side rendering? any example

  • @aksxaay
    @aksxaay10 ай бұрын

    How is he getting the intellisense for the new revalidate export? I don't seem to have any way to set that up.

  • @rojahm
    @rojahmАй бұрын

    thanks. it helped a lot. In addition, revalidation doesn't work for generateStaticParams, whether it's exported separetly or called for the fetch inside generateStaticParams. if you set dynamicParams to false which will only show pages with generated params you'll get a 404 for new pages after build.

  • @ssatriyaa
    @ssatriyaa Жыл бұрын

    When we use generatestaticparams, does loading tsx still render? Cuz when I use it in my app loading.tsx does not seem to load right after I click it.

  • @rahimco-su3sc
    @rahimco-su3sc Жыл бұрын

    you videos are amazing !!! thanks

  • @bwustinbweem
    @bwustinbweem Жыл бұрын

    Interesting. Love learning new things for Next

  • @Gyurmatag
    @Gyurmatag Жыл бұрын

    Is ISR would be great for example a dynamic user created posts blog, like a Twitter clone? Can I revalidate the cache dynamically When somebody uploads a new post?

  • @ikbo
    @ikboАй бұрын

    is there no way to revalidate dynamically rather than timer based? So create a new static page for new user only when the new user is added rather than regenerate static pages for all users?

  • @ekimdev7622
    @ekimdev76227 ай бұрын

    What if we have [userId]/anotherSection , [userId]/anotherSection2 , in this case we have 2 children pages under userId, if those pages fetches a data from another api in their page.tsx file(by usind userId), will all children pages also generate html on server in build time?

  • @NOTHING-en2ue
    @NOTHING-en2ue9 ай бұрын

    i finally understand, thanks a lot ❤

  • @facundoflores4763
    @facundoflores4763 Жыл бұрын

    Cool, would be nice to see, on demand ISR.

  • @JuicyBenji

    @JuicyBenji

    Жыл бұрын

    Supabase had a video that had that a month or so ago

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    Good idea, Next 13 has the option to create an API route just for revalidation that you can call whenever you'd like, for example with a webhook from your cms

  • @vishalsangole836
    @vishalsangole8367 ай бұрын

    why should i use ISR if i have to revalidate pages every minute of seconds, shouldn't I just stick to SSR? and also we can use revalidate() function in SSR and i think we are good to go.

  • @licokr
    @licokr6 ай бұрын

    Thank you so much, you explained every single thing. It was really helpful understanding easily. I have two questions. I set revalidate 60 seconds, when it's built, the static files will be generated. And then there are no users in 10 mins, then somebody comes to the page, does it generate users one more at this point, not every 60 seconds? If I come to think of performance, it should do work like this though. and another question is that does it generate all static files when a user comes in after the revalidate time? Then it means that if there are 10000 users, it generates 10000 static files. I'm not sure if I wrote questions correctly though, anyway, Thank you very much for the awesome video 👍

  • @darkdeathoriginal
    @darkdeathoriginal6 ай бұрын

    can you do this for query params

  • @drgregoryhouse1470
    @drgregoryhouse147010 ай бұрын

    Can you make an video on how to deploy ISR to AWS-Amplify, I am stuck because SSG works but ISR does not. I don't seem to find any good resources on this topic. If there are, I would be happy about some links :)

  • @vishalsangole836
    @vishalsangole8367 ай бұрын

    heres some quetions. is ISR "SSG generator" ? is ISR NextJS version of SSG? why should i be using ISR for short validation time, and why should i use ISR for long revalidation time if i can use SSG? if set revalidate to 3day , is that mean after every 3days new build will be generated ?

  • @harrykang4956
    @harrykang49568 ай бұрын

    ❤❤thank you for this video

  • @Daddyjs
    @Daddyjs3 ай бұрын

    12:49 13:55 pretty sure you would always have to redeploy to see changes in the array you are mentioning because next js says "During revalidation (ISR), generateStaticParams will not be called again" by setting export const revalidate = 60; you are saying every cached fetch request at that page level and below should be revalidated. But generate static params will not rerun and build any new pages in the array you mention. A user would have to go to that route then next js will attempt to build that page.

  • @user-vx7gt8ey5p
    @user-vx7gt8ey5p4 ай бұрын

    How does ISR affect SEO?

  • @lightoflifegames7227
    @lightoflifegames72273 ай бұрын

    I have some progress bars that show amount of money donated. I need to update ONLY AFTER SOMEONE DONATED. I think this is possible right?

  • @seehgom
    @seehgom Жыл бұрын

    This is great for small size user base

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    Next has no problem with that, just becomes a trade-off between build times and UX

  • @julien_sublaunch

    @julien_sublaunch

    10 ай бұрын

    @@joshtriedcoding do you know the build time for 1000 pages as linktree page for example? To have an idea, if NextJs gave some infos about this. Thanks for the value btw!

  • @chrishabgood8900
    @chrishabgood8900 Жыл бұрын

    Is there a way to push data from the server into the system instead of polling?

  • @julien_sublaunch

    @julien_sublaunch

    10 ай бұрын

    Yes, with revalidate

  • @user-yi7rd8gp4k
    @user-yi7rd8gp4k9 ай бұрын

    Thank you ❤

  • @AmodeusR
    @AmodeusR Жыл бұрын

    I didn't get the reson for that map, you just made a redundant code, using map in an array of one value to return an array with the same one value.

  • @asimalqasmi7316
    @asimalqasmi7316 Жыл бұрын

    It is nice if you cover the state managements in NextJs with prisma in ssr.

  • @naylord5

    @naylord5

    Жыл бұрын

    I second this!

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    Not sure what exactly you mean, mind elaborating?

  • @asimalqasmi7316

    @asimalqasmi7316

    Жыл бұрын

    I meant using Redux, Xstate or Zustand with NextJs 13 app dir with Prisma. The way to manage the state in the react server components.

  • @finenode8363

    @finenode8363

    9 ай бұрын

    what if 10,000 users?

  • @jaeken
    @jaeken11 ай бұрын

    What if your data fetching requires a bearer token (which it often does) that of course changes every hour or so. I guess you cant benefit from this then? 😢

  • @mrfuture3591
    @mrfuture3591 Жыл бұрын

    video build production nextjs to hosting, please

  • @martinezomg
    @martinezomg Жыл бұрын

    Now a example 👏 please.

  • @nubian_goat
    @nubian_goat Жыл бұрын

    Yes we need example for this boss. Can you show it how we can connect this with sanity. I want to make blog site

  • @nubian_goat

    @nubian_goat

    Жыл бұрын

    With next auth so users can sign in and post a comment as well

  • @nubian_goat

    @nubian_goat

    Жыл бұрын

    Also with ads components. Thanks

  • @nubian_goat

    @nubian_goat

    Жыл бұрын

    With carousel in the homepage 😅😂

  • @user-yi3rq7jk2r
    @user-yi3rq7jk2r5 ай бұрын

    my nextjs app images not lazy load

  • @marufbepary100
    @marufbepary10010 ай бұрын

    I think I done everything correctly but it is not working. This is meant to represent a project object. export default interface Project { name: string; slug: string; description: string; imageURL?: string; imagesList?: string[]; repoURL?: string; siteURL?: string; articleURL?: string; programmingLanguage: string; technologies?: string[]; type: | "Web Dev" | "Extra Web Dev" | "Backend Web Dev" | "Machine Learning" | "Java Assignments" | "Other"; } Each project has its own page with its appropriate metadata. app/projects/[slug] export const generateStaticParams = async () => { // get all projects with metadata const projects = [ ...webdevProjects, ...extraWebDevProjects, ...backendWebDevProjects, ...machineLearningProjects, ...javaAssignments, ...otherProjects, ]; return projects.map((project) => ({ slug: project.slug })); }; interface ProjectPageProps { params: { slug: string; }; } const ProjectPage: React.FC = ({ params }) => { const pathname = usePathname(); // used to determine the current route // const params = useParams(); // retrieve the URL parameters const router = useRouter(); const slug = params.slug; const allProjects: Project[] = [ ...webdevProjects, ...extraWebDevProjects, ...backendWebDevProjects, ...machineLearningProjects, ...javaAssignments, ...otherProjects, ]; const project = getProjectBySlug(slug, allProjects); const projectName = getNameBySlug(slug, allProjects); const projectTechnologies = getTechnologiesBySlug(slug, allProjects); const projectLanguage = getLanguageBySlug(slug, allProjects); const projectDescription = getDescriptionBySlug(slug, allProjects); let gallery = getImagesListBySlug(slug, allProjects); // Adds full path to images if (gallery) { gallery = gallery.map((image) => `/projects/${slug}/${image}`); } // If the project does not exist, redirect to the 404 page if (!project) { router.push("not-found"); }...

  • @filipfedorisin3457
    @filipfedorisin3457 Жыл бұрын

    Is it really best practice to use this for users? Lets just say that you have thousands of users, then you need to cache all of those routes. Seems pretty demanding. I think that to remove latency for userId specific pages the better practice is SSR or even client side fetch as the user does not care much about speed there. I would even say that it is safer. But for high traffic routes like blogs or eshop products etc the ISR would be more appropriate.

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    As I said towards the end, it is a trade-off between build time and UX. It also depends on the nature of your dynamic route, whether it handles users, documents, posts ... Lots of factors play into the decision whether to use ISR, SSG or SSR pages

  • @filipfedorisin3457

    @filipfedorisin3457

    Жыл бұрын

    @@joshtriedcoding Ah yes, next time I will make sure to watch until the end, great videos tho. Could you also make something about rate limiting and throttling for the T3 stack?

  • @joshtriedcoding

    @joshtriedcoding

    Жыл бұрын

    @@filipfedorisin3457 Cheers, good idea

  • @finenode8363
    @finenode83639 ай бұрын

    What if 10,000 users?

  • @universe_decoded797
    @universe_decoded797 Жыл бұрын

    Put off the nextjs moonboi glasses inmediately, you’re missing out on nuxt3

  • @TheRealSmexy
    @TheRealSmexy Жыл бұрын

    do you have discord kind sir?

Келесі