Skip to content

Commit a15ec6e

Browse files
abhishekmardiyaijjk
authored andcommitted
docs: fix broken Activity Patterns demo link in preserving UI state guide (#91698)
## What? Fixes a broken link in the Preserving UI State guide: https://nextjs.org/docs/app/guides/preserving-ui-state#examples The "Activity Patterns demo" link currently points to a non-working URL. ## Why? The demo link returns a 404 / invalid page, which makes the example section confusing for readers. ## Changes - Updated the Activity Patterns demo link to the correct URL. ## Notes No functional changes, docs only. @icyJoseph @delbaoliveira
1 parent 600cd2f commit a15ec6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/01-app/02-guides/preserving-ui-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ The ref persists across hide/show cycles (refs aren't cleaned up), so `hasMounte
496496

497497
## Examples
498498

499-
The [Activity Patterns Demo](https://react-activity-patterns.vercel.app/) ([source](https://github.com/vercel-labs/react-activity-patterns)) is a Next.js app with Cache Components enabled and three routes. Navigate between them to see state preservation in action:
499+
The [Activity Patterns Demo](https://react-activity-patterns.labs.vercel.dev) ([source](https://github.com/vercel-labs/react-activity-patterns)) is a Next.js app with Cache Components enabled and three routes. Navigate between them to see state preservation in action:
500500

501501
- **Data** — sortable table and selectable list that keep their state across navigations, plus a reviews section that prerenders in the background
502502
- **Forms** — filter panel with DOM state (`<details>`, checkboxes, text inputs) that persists, and a newsletter form that resets after submission using `useLayoutEffect` cleanup

0 commit comments

Comments
 (0)