Next.js 12.1: Introducing On-Demand Incremental Static Regeneration

  Рет қаралды 30,244

Vercel

Vercel

Күн бұрын

Пікірлер: 52
@uidotdev
@uidotdev 2 жыл бұрын
🙏 Great work everyone.
@whyredvince
@whyredvince 2 жыл бұрын
Nice stuff. A video on using React 18 features in NextJS would be awesome!
@ezekieeeeel
@ezekieeeeel 2 жыл бұрын
Looking forward to this. having issues using Suspense atm. Patiently waiting for docs 😁
@Sdqumar
@Sdqumar 2 жыл бұрын
In demand regeneration is what any jamstack developer will every wish for❤️❤️❤️
@jacobsfletch
@jacobsfletch 2 жыл бұрын
This is exactly what we needed. THANK YOU
@MaxProgramming
@MaxProgramming 2 жыл бұрын
These killer NextJS features make me not go anywhere else 😍
@naveenbollepalli4440
@naveenbollepalli4440 2 жыл бұрын
A really awaited feature from Next.js 👌
@AngeloMichel
@AngeloMichel 2 жыл бұрын
Absolute heroes 👍 - great work on all the updates now and lately. Love working with next!
@Wardret
@Wardret 2 жыл бұрын
Yaaay some love to styled-components !
@euanmorgann
@euanmorgann 2 жыл бұрын
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.a
@jahkoor.a 2 жыл бұрын
Next is such a beast. Love it, so easy to use.
@PaulFWatts
@PaulFWatts 2 жыл бұрын
Very exciting new feature
@tomihq
@tomihq Жыл бұрын
Love it. I was looking for this out there:)
@joostjansky28
@joostjansky28 2 жыл бұрын
💡 This update is HUGE! Thanks 🙏🏻🙏🏻🙏🏻
@hamidmouad829
@hamidmouad829 2 жыл бұрын
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
@katech6020
@katech6020 2 жыл бұрын
your IDE can do that using TS language server
@collinthomas6288
@collinthomas6288 2 жыл бұрын
Omg thank you; this came at a perfect time
@lucaswong98
@lucaswong98 2 жыл бұрын
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?
@albinsjolin649
@albinsjolin649 2 жыл бұрын
Works great for my clients!
@avidworkslol
@avidworkslol 2 жыл бұрын
This is such a game changer.
@thedevsouvik
@thedevsouvik 2 жыл бұрын
I love you sir for the update
@themoonly
@themoonly 2 жыл бұрын
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.
@oiojin831
@oiojin831 2 жыл бұрын
clear explanation!! great product!!
@lucadifazio2735
@lucadifazio2735 2 жыл бұрын
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
@0xJoey
@0xJoey 2 жыл бұрын
This is a game changer
@andrewkorin
@andrewkorin 2 жыл бұрын
yay, thanks guys
@markokraljevic1590
@markokraljevic1590 2 жыл бұрын
is there Dockerfile example for 80% smaller image?
@ZEL0D
@ZEL0D 2 жыл бұрын
Thank you so much 🙏🏻
@geisonmcd
@geisonmcd 2 жыл бұрын
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
@dennisgonzales9521
@dennisgonzales9521 2 жыл бұрын
lets go !!
@centereddev
@centereddev 2 жыл бұрын
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.
@ahnaftahmid7743
@ahnaftahmid7743 2 жыл бұрын
OH YEAH BABY THANKS
@jenslindstrom2841
@jenslindstrom2841 2 жыл бұрын
Nice
@anggoran7398
@anggoran7398 2 жыл бұрын
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
@ignaciofedorenco600
@ignaciofedorenco600 2 жыл бұрын
Revalidation doesn't work when i build and start the server
@davidtbeechey
@davidtbeechey 2 жыл бұрын
Awesome!!!
@tawsifkamal88
@tawsifkamal88 Жыл бұрын
Woohhooooooo
@stephen_x
@stephen_x 2 жыл бұрын
👍
@showbikshowmma3520
@showbikshowmma3520 Жыл бұрын
how to fetch data without reloading the site thats what i want to know
@liamwinterton7370
@liamwinterton7370 2 жыл бұрын
As someone getting into next.js now, what use cases does this have?
@JorenMathews
@JorenMathews 2 жыл бұрын
It lets you update static pages without rebuilding the entire site. If nothing else, that's a lot faster.
@niclas.horstad
@niclas.horstad 2 жыл бұрын
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.
@beqa2758
@beqa2758 2 жыл бұрын
I dont understand revalidate was already there for months if not years Altho that unstable* function is new (I think...)
@persioberberian1716
@persioberberian1716 2 жыл бұрын
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!
@ms77grz
@ms77grz 2 жыл бұрын
👍👍
@Danny-zf2wu
@Danny-zf2wu 2 жыл бұрын
res.unstable_revalidate is remove
@tomascarignano5002
@tomascarignano5002 2 жыл бұрын
🥵
@keshav8497
@keshav8497 2 жыл бұрын
I want this persons job ... Technical high paying but still not technical.
@niclas.horstad
@niclas.horstad 2 жыл бұрын
Why is the function called "unstable_revalidate"?
@thesunabsolute
@thesunabsolute 2 жыл бұрын
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.
@destroyerYT-d4s
@destroyerYT-d4s 2 жыл бұрын
#642
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 227 М.
NextJS 13. Варианты рендеринга - RSC, CSR, SSR, SSG, ISR
26:31
Михаил Непомнящий
Рет қаралды 29 М.
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 68 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 89 МЛН
Next.js Conf 2024 Opening Keynote
44:38
Vercel
Рет қаралды 13 М.
The Big Headless CMS Lie (James Mikrut)
18:14
Vercel
Рет қаралды 67 М.
Learn NextJS's Superpower ISR in 15 Minutes
15:35
Josh tried coding
Рет қаралды 43 М.
Client-Side VS Server-Side Rendering - Data Fetching with Next.js
13:20
freeCodeCamp Talks
Рет қаралды 184 М.
Next.js App Router: Routing, Data Fetching, Caching
14:32
Vercel
Рет қаралды 329 М.
I wish I knew this before using React Three Fiber
28:23
Rabbit Hole Syndrome
Рет қаралды 127 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 584 М.
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 68 МЛН