From 6aeaaeacdeeda2e0f280727582a350aacfa2e605 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Wed, 9 Aug 2023 07:34:52 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20mention=20app=20router?= =?UTF-8?q?=20is=20work=20in=20progress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ examples/with-app-router/README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index faff9db1..1e4e5fab 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ same build. Our approach is compatible with [static site generation][static-generation-link] and supports middleware. +> 🏗️ We are actively working on supporting the new App directory and Server +> Components released in Next.js 13. + ### Getting started 🚀 1. Add the following lines to your `next.config.js`: diff --git a/examples/with-app-router/README.md b/examples/with-app-router/README.md index fea3b0f3..9b508a45 100644 --- a/examples/with-app-router/README.md +++ b/examples/with-app-router/README.md @@ -1,5 +1,7 @@ ## Getting Started +> NOTE: This example is a work in progress and is not yet functional. + First, run the development server: ```bash