Skip to content

Commit 0e133ae

Browse files
authored
Revise support details for Next.js features
Updated support status for Partial Prerendering and Composable Caching.
1 parent a1f328e commit 0e133ae

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+3
-3
lines changed

src/content/docs/workers/framework-guides/web-apps/nextjs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Most Next.js features are supported by the Cloudflare OpenNext adapter:
5151
| Response streaming | 🟢 supported | |
5252
| asynchronous work with `next/after` | 🟢 supported | |
5353
| Middleware | 🟢 supported | |
54-
| Image optimization | 🟢 supported | Supported via [Cloudflare Images](/images/) |
55-
| Partial Prerendering (PPR) | 🟢 supported | PPR is experimental in Next.js |
56-
| Composable Caching ('use cache') | 🟢 supported | Composable Caching is experimental in Next.js |
54+
| Image optimization | 🟢 supported | Supported via [Cloudflare Images](/images/) |
55+
| Partial Prerendering (PPR) | 🟢 supported | |
56+
| Composable Caching ('use cache') | 🟢 supported | |
5757
| Node.js in Middleware | ⚪ not yet supported | Node.js middleware introduced in 15.2 are not yet supported |
5858

5959
## Deploy a new Next.js project on Workers

0 commit comments

Comments
 (0)