From c2bd7e1c1d95f04a8f9e8181b8f30d4c80d19477 Mon Sep 17 00:00:00 2001 From: kannoixia Date: Tue, 11 Jun 2024 14:23:44 +0900 Subject: [PATCH] =?UTF-8?q?Github=20Actions=20=E5=AE=9F=E8=A1=8C=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/app-router/Add_file.md | 18 ++++++++++++++++++ docs/app-router/test_add_files_2.txt | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 docs/app-router/Add_file.md delete mode 100644 docs/app-router/test_add_files_2.txt diff --git a/docs/app-router/Add_file.md b/docs/app-router/Add_file.md new file mode 100644 index 00000000..cb8058a1 --- /dev/null +++ b/docs/app-router/Add_file.md @@ -0,0 +1,18 @@ +--- +title: App Router +description: Discover the new App Router with the latest features of Next.js and React, including Layouts, Server Components, and Suspense. +--- + +:::caution +This document is a translation of the [official documentation](https://nextjs.org/docs) at [v14.1.0](https://github.com/vercel/next.js/tree/v14.1.0/docs). It was also [posted](https://twitter.com/nextjs/status/1746921179879735677) on Next.js' official X account. + +While we strive to update this translation to follow the updates in the [official documentation](https://nextjs.org/docs), there may be some instances where the latest information is not yet reflected. + +Some pages are partially translated and translations will be added as they are completed. +::: + +The Next.js App Router is a new way to build applications using the latest features of React. If you are already familiar with Next.js, you will recognize that the App Router is a natural evolution of the existing file-system-based [Pages Router](https://nextjs.org/docs/pages). + +For new applications, we recommend using the App Router. For existing applications, you can [migrate to the App Router gradually](/docs/app-router/building-your-application/upgrading/app-router-migration). It is also possible to use both routers within the same application. + +This section describes the features available with the App Router. diff --git a/docs/app-router/test_add_files_2.txt b/docs/app-router/test_add_files_2.txt deleted file mode 100644 index 2027e831..00000000 --- a/docs/app-router/test_add_files_2.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: App Router -description: Layouts、Server Components、Suspenseなど、Next.js と React の最新機能を備えた新しい App Router をご利用ください。 ---- - -:::caution -本ドキュメントは[公式ドキュメント](https://nextjs.org/docs)の [v14.1.0](https://github.com/vercel/next.js/tree/v14.1.0/docs) の断面を翻訳したものです。Next.js の公式 X アカウントにも[ポスト](https://twitter.com/nextjs/status/1746921179879735677)頂きました。 - -[公式ドキュメント](https://nextjs.org/docs)のアップデートに追随して適宜更新しますが、最新情報が反映できていない可能性があります。 - -一部翻訳途中のページがありますが、随時翻訳を追加予定です。 -::: - -Next.js の App Router は、React の最新機能を使ってアプリケーションを構築するための新しい方法です。すでに Next.js に慣れ親しんでいる方であれば、App Router が既存のファイルシステムベースのルーターである [Pages Router](https://nextjs.org/docs/pages) の自然な進化形であることがわかるでしょう。 - -新しいアプリケーションには、App Router の使用をお勧めします。既存のアプリケーションについては、[段階的に App Router に移行できます](/docs/app-router/building-your-application/upgrading/app-router-migration)。同じアプリケーションで両方のルーターを使用することも可能です。 - -このセクションでは、App Router で利用可能な機能について説明します。