Skip to content

Commit

Permalink
Merge pull request #9011 from marmelab/fix-next-tutorial
Browse files Browse the repository at this point in the history
Fix broken link in Next installation tutorial
  • Loading branch information
fzaninotto committed Jun 14, 2023
2 parents 38accc8 + 305e13f commit e94417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NextJs.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ React-admin renders a CRUD for users, posts and comments, guessing the data stru

**Tip**: Why the `"use client"` directive? React-admin is designed as a Single-Page Application, rendered on the client-side. It comes with various client-side only libraries (emotion, material-ui, react-query) leveraging the React Context API, and cannot be rendered using React Server components.

Starting from there, you can [Add an API](#adding-an-api) as described in the previous section, and/or add features to the Next.js app, as explained in the [Getting started tutorial](./GettingStarted.md)
Starting from there, you can [Add an API](#adding-an-api) as described in the previous section, and/or add features to the Next.js app, as explained in the [Getting started tutorial](./Tutorial.md)

0 comments on commit e94417b

Please sign in to comment.