From dfa45bd377400232e6eeb0f261f12721bfe4097a Mon Sep 17 00:00:00 2001 From: Matt Lynch Date: Sun, 22 Dec 2024 22:39:15 +0000 Subject: [PATCH] add react-router recipe to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5eef21f337..bfca5c8bc4 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Available recipes include: - [**next**](https://github.com/measuredco/puck/tree/main/recipes/next): Next.js 13 app example, using App Router and static page generation - [**remix**](https://github.com/measuredco/puck/tree/main/recipes/remix): Remix Run v2 app example, using dynamic routes at root-level +- [**react-router**](https://github.com/measuredco/puck/tree/main/recipes/react-router): React Router v7 app example, using dynamic routes to create pages at any level ## Community