DEV Community

Discussion on: Incremental Static Regeneration: Its Benefits and Its Flaws

Collapse
 
courses37090997 profile image
Courses

Nice!
Excited for a solution which does cache the page instead of regenerating everytime. It does revalidate every second right for each cloud function generated?

GitHub logo netlify / netlify-plugin-nextjs

A build plugin to integrate Next.js seamlessly with Netlify

Next.js on Netlify Build Plugin

Essential Next.js Build Plugin

This build plugin is a utility for supporting Next.js on Netlify. To enable server-side rendering and other framework-specific features in your Next.js application on Netlify, you will need to install this plugin for your app.

Table of Contents

Installation and Configuration

For new Next.js sites

As of v3.0.0, all new sites deployed to Netlify with Next.js will automatically install this plugin for a seamless experience deploying Next.js on Netlify!

This means that you don't have to do anything — just build and deploy your site to Netlify as usual and we'll handle the rest.

You're able to remove the plugin at any time by visiting the Plugins tab for your site in the Netlify UI.

UI-based installation for existing Next.js sites

If your Next.js project is already deployed to Netlify…




Collapse
 
cassidoo profile image
Cassidy Williams

Thanks! It doesn't need to revalidate because the page is SSRed via the lambda function, so it can show up-to-date data every time.