Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.45 KB

File metadata and controls

38 lines (28 loc) · 1.45 KB
title nav_title description
How to upgrade to Next.js Canary
Canary
Upgrade your Next.js Application to canary and try out new features.

The Next.js canary channel is updated daily with the latest experimental features and bug fixes. It's a great way to try out new features and give feedback before they are released in a stable version.

To upgrade to canary, make sure you're on the latest version of Next.js and everything is working as expected. See the upgrade guides for more information.

Then, run the following command:

npm i next@canary
# or
yarn add next@canary
# or
pnpm i next@canary

Features available in canary

The following features are currently available in canary:

Caching:

Authentication: