Nice stuff. A video on using React 18 features in NextJS would be awesome!
@ezekieeeeel2 жыл бұрын
Looking forward to this. having issues using Suspense atm. Patiently waiting for docs 😁
@Sdqumar2 жыл бұрын
In demand regeneration is what any jamstack developer will every wish for❤️❤️❤️
@jacobsfletch2 жыл бұрын
This is exactly what we needed. THANK YOU
@MaxProgramming2 жыл бұрын
These killer NextJS features make me not go anywhere else 😍
@naveenbollepalli44402 жыл бұрын
A really awaited feature from Next.js 👌
@AngeloMichel2 жыл бұрын
Absolute heroes 👍 - great work on all the updates now and lately. Love working with next!
@Wardret2 жыл бұрын
Yaaay some love to styled-components !
@euanmorgann2 жыл бұрын
Would On demand ISR work for a dynamic path? Say you had a bunch of dynamic paths using getStaticPaths and then wanted to regenerate one specific page would it work the same?
@jahkoor.a2 жыл бұрын
Next is such a beast. Love it, so easy to use.
@PaulFWatts2 жыл бұрын
Very exciting new feature
@tomihq Жыл бұрын
Love it. I was looking for this out there:)
@joostjansky282 жыл бұрын
💡 This update is HUGE! Thanks 🙏🏻🙏🏻🙏🏻
@hamidmouad8292 жыл бұрын
Mind blowing ! great job ! Still one simple feature that I want to be implemented in in Next.js that is type checking in local development even if it reduces the speed locally
@katech60202 жыл бұрын
your IDE can do that using TS language server
@collinthomas62882 жыл бұрын
Omg thank you; this came at a perfect time
@lucaswong982 жыл бұрын
Hi Lee, I'm using a different backend using C# instead of building backend in the Nextjs api folder, at the same time I am self-hosting the project outside of Vercel. Can I still use this feature?
@albinsjolin6492 жыл бұрын
Works great for my clients!
@avidworkslol2 жыл бұрын
This is such a game changer.
@thedevsouvik2 жыл бұрын
I love you sir for the update
@themoonly2 жыл бұрын
I have already a java backend hanging on /api and have to define a page under /api for this feature. How can I mix them. Using different names? It could be misleading and strange to understand.
@oiojin8312 жыл бұрын
clear explanation!! great product!!
@lucadifazio27352 жыл бұрын
Hi, I am not able to participate in the survey. When I click on the link it tells "thank you for participating" without me actually having taken part of it
@0xJoey2 жыл бұрын
This is a game changer
@andrewkorin2 жыл бұрын
yay, thanks guys
@markokraljevic15902 жыл бұрын
is there Dockerfile example for 80% smaller image?
@ZEL0D2 жыл бұрын
Thank you so much 🙏🏻
@geisonmcd2 жыл бұрын
I wrote this exact same code and res.unstable_revalidate('/') doesn't work, it only works when passing the exact route as parameter unstable_revalidate
@dennisgonzales95212 жыл бұрын
lets go !!
@centereddev2 жыл бұрын
This is super cool. When are we going to have image optimization at build time? This is pretty much the only thing keeping me on Gatsby.
@ahnaftahmid77432 жыл бұрын
OH YEAH BABY THANKS
@jenslindstrom28412 жыл бұрын
Nice
@anggoran73982 жыл бұрын
If there is on demand ISR, why we still need SSR since we can get new data more efficient? Sorry I'm new to Next js
@ignaciofedorenco6002 жыл бұрын
Revalidation doesn't work when i build and start the server
@davidtbeechey2 жыл бұрын
Awesome!!!
@tawsifkamal88 Жыл бұрын
Woohhooooooo
@stephen_x2 жыл бұрын
👍
@showbikshowmma3520 Жыл бұрын
how to fetch data without reloading the site thats what i want to know
@liamwinterton73702 жыл бұрын
As someone getting into next.js now, what use cases does this have?
@JorenMathews2 жыл бұрын
It lets you update static pages without rebuilding the entire site. If nothing else, that's a lot faster.
@niclas.horstad2 жыл бұрын
If your app is based on data from a Content Management System, and someone updates the page, now the CMS can tell Next.js to re-create a static version of that page with the updated content.
@beqa27582 жыл бұрын
I dont understand revalidate was already there for months if not years Altho that unstable* function is new (I think...)
@persioberberian17162 жыл бұрын
The issue is that you could not control when to revalidate the information, lets say you have a blog post where you update every week or so, but once you post something, you want it to appear instantly, how would handle that revalidate time before? Make it like 60 minutes? Having unecessary processing for something that only updates once a week? or make it days and once you publish something, you'd have to wait days for it to appear? Now you can just call unstable_revalidate once a new content is published, and never revalidate it again until next content is up!
@ms77grz2 жыл бұрын
👍👍
@Danny-zf2wu2 жыл бұрын
res.unstable_revalidate is remove
@tomascarignano50022 жыл бұрын
🥵
@keshav84972 жыл бұрын
I want this persons job ... Technical high paying but still not technical.
@niclas.horstad2 жыл бұрын
Why is the function called "unstable_revalidate"?
@thesunabsolute2 жыл бұрын
Because it’s not ready for production yet. It may take another year before these features make it into a stable build. They are letting us play with these features so we can give feedback.