Skip to content

Commit 4afb2d9

Browse files
lunaleapsLuna Wei
authored andcommitted
Remove pitfall and update Next link (#6318)
* Remove pitfall and update Next link * Fix other beta link --------- Co-authored-by: Luna Wei <[email protected]>
1 parent abb0332 commit 4afb2d9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/content/learn/start-a-new-react-project.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,9 @@ Expo 由 [Expo(公司)](https://expo.dev/about)維護。使用 Expo 構建
8989

9090
### Next.js (App Router) {/*nextjs-app-router*/}
9191

92-
**[Next.js 的 App Router](https://beta.nextjs.org/docs/getting-started) 是 Next.js API 的重新設計,旨在實現 React 團隊的全端架構願景。** 它允許你在執行於伺服器上或甚至是構建期間的非同步(asynchronous) component 中取得資料。
92+
**[Next.js 的 App Router](https://nextjs.org/docs) 是 Next.js API 的重新設計,旨在實現 React 團隊的全端架構願景。**它允許你在執行於伺服器上或甚至是構建期間的非同步(asynchronous) component 中取得資料。
9393

94-
Next.js 由 [Vercel](https://vercel.com/) 維護。你可以將 Next.js 應用程式部署到任何 Node.js 或 serverless 主機,或是你自己的伺服器上。Next.js 還支援[靜態匯出](https://beta.nextjs.org/docs/configuring/static-export),不需要伺服器即可執行。
95-
<Pitfall>
96-
97-
Next.js 的 App Router 目前仍在測試(beta)階段,尚未建議用於 production 環境(截至 2023 年 3 月)。如果想要在現有的 Next.js 專案中嘗試使用它,[請參考這個漸進式遷移指南](https://beta.nextjs.org/docs/upgrade-guide#migrating-from-pages-to-app)
98-
99-
</Pitfall>
94+
Next.js 由 [Vercel](https://vercel.com/) 維護。你可以將 [Next.js 應用程式部署]((https://nextjs.org/docs/deployment))到任何 Node.js 或 serverless 主機,或是你自己的伺服器上。Next.js 還支援[靜態匯出](https://nextjs.org/docs/app/building-your-application/deploying/static-exports),不需要伺服器即可執行。
10095

10196
<DeepDive>
10297

0 commit comments

Comments
 (0)