Skip to content

Commit 511a541

Browse files
authored
Mark PPR as supported on cloudflare (#60)
1 parent 88dbbca commit 511a541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/cloudflare/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ We will update the list as we progress towards releasing 1.0.
5151
- [x] [Server-Side Rendering (SSR)](https://nextjs.org/docs/app/building-your-application/rendering/server-components)
5252
- [x] [Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware)
5353
- [x] [Image optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) (you can integrate Cloudflare Images with Next.js by following [this guide](https://developers.cloudflare.com/images/transform-images/integrate-with-frameworks/))
54+
- [x] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering)
55+
- [ ] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)
5456
- [ ] [Pages Router](https://nextjs.org/docs/pages)
5557
- [ ] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)
56-
- [ ] [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering)
57-
- [ ] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)
5858
- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet.
5959

6060
We welcome both contributions and feedback!

0 commit comments

Comments
 (0)